We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08774a commit a620d26Copy full SHA for a620d26
swmm-toolkit/test-requirements.txt
@@ -1,8 +1,8 @@
1
2
3
4
-pytest == 7.1.1
5
-numpy == 1.21.6; python_version == "3.7"
6
-numpy == 1.24.4; python_version < "3.12"
7
-numpy == 1.26.2; python_version >= "3.12"
+pytest == 8.4.1
+numpy == 2.0.2; python_version < "3.10"
+numpy == 2.2.6; python_version == "3.10.*"
+numpy == 2.3.2; python_version >= "3.11"
8
aenum == 3.1.11
0 commit comments