Skip to content

Commit

Permalink
prevent numpy >= 2.0.0 (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hoss authored Sep 30, 2024
1 parent 4df2701 commit 835ddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/requirements/requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cachetools
descartes
fire
matplotlib<3.6.0
numpy>=1.22.0
numpy>=1.22.0,<2.0.0
opencv-python>=4.5.4.58
Pillow>6.2.1
pyquaternion>=0.9.5
Expand Down

0 comments on commit 835ddec

Please sign in to comment.