Describe the bug
The library has been written for NumPy v1. If installed with NumPy 2, it will crash.
To Reproduce
Manually uninstall NumPy 1., install NumPy 2., and run examples/008 StereoMatchingSGBM.py
Expected behaviour
Library should work with NumPy 2 with minor modifications.
In the meantime, I forced NumPy<2 in pyproject.toml.
Describe the bug
The library has been written for NumPy v1. If installed with NumPy 2, it will crash.
To Reproduce
Manually uninstall NumPy 1., install NumPy 2., and run
examples/008 StereoMatchingSGBM.pyExpected behaviour
Library should work with NumPy 2 with minor modifications.
In the meantime, I forced NumPy<2 in
pyproject.toml.