Skip to content

Commit

Permalink
Fix NumPy v2 being incompatible with OpenCV in tests (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jul 2, 2024
1 parent cb2f034 commit 367be60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pyright==1.1.342
# test
pytest==7.4.0
syrupy==4.6.0
numpy==1.24.4 # opencv needs a 1.x version of Numpy
opencv-python==4.8.1.78
requests
beautifulsoup4
Expand Down

0 comments on commit 367be60

Please sign in to comment.