We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d457af0 commit 511d136Copy full SHA for 511d136
swmm-toolkit/test-requirements.txt
@@ -1,5 +1,5 @@
1
pytest == 8.4.1
2
-numpy == 1.21.6; python_version == "3.7"
3
-numpy == 1.24.4; python_version < "3.12"
4
-numpy == 2.3.2; python_version >= "3.12"
+numpy == 2.0.2; python_version < "3.10"
+numpy == 2.2.6; python_version == "3.10.*"
+numpy == 2.3.2; python_version >= "3.11"
5
aenum == 3.1.11
0 commit comments