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 6963ff3 commit d457af0Copy full SHA for d457af0
2 files changed
swmm-toolkit/build-requirements.txt
swmm-toolkit/test-requirements.txt
@@ -1,8 +1,5 @@
1
-
2
3
4
-pytest == 7.1.1
+pytest == 8.4.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"
8
-aenum == 3.1.11
+numpy == 2.3.2; python_version >= "3.12"
+aenum == 3.1.11
0 commit comments