Skip to content

Commit

Permalink
Pin numpy below 2.0.0
Browse files Browse the repository at this point in the history
Refs #2442
  • Loading branch information
jacobtylerwalls committed Jul 7, 2024
1 parent d50f0f2 commit c437f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Packages used to run additional tests
attrs
nose
numpy>=1.17.0; python_version<"3.12"
numpy>=1.17.0,<2; python_version<"3.12"
python-dateutil
PyQt6
regex
Expand Down

0 comments on commit c437f4a

Please sign in to comment.