Skip to content

Commit f4d9c10

Browse files
Pin numpy below 2.0.0
Refs #2442
1 parent 7b9942f commit f4d9c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Packages used to run additional tests
55
attrs
66
nose
7-
numpy>=1.17.0; python_version<"3.12"
7+
numpy>=1.17.0,<2; python_version<"3.12"
88
python-dateutil
99
PyQt6
1010
regex

0 commit comments

Comments
 (0)