Skip to content

Commit

Permalink
Limit numpy to be compatible with numba.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzam committed Apr 25, 2023
1 parent e522bef commit 8899d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
python_requires=">=3.8.1",
install_requires=[
"opencv-python>=4.5.1.48",
"numpy>=1.22",
"numpy>=1.22, <=1.23.5",
"scipy>=1.7.0",
"image>=1.5.33",
"matplotlib>=3.4.2",
Expand Down

0 comments on commit 8899d31

Please sign in to comment.