machinevision-toolbox-python
machinevision-toolbox-python copied to clipboard
Dependency file allows install of incompatible version of numpy
pyproject.toml dependencies lists numpy>=1.17.4 however the toolbox experiences issues with numpy versions 2.x. This means users currently have to manually downgrade their numpy version after installing this toolbox.
No issues experienced on numpy up to version 1.26.4.
Is there any chance of modifying the dependencies to specify a compatible version?