Skip to content

Commit 511d136

Browse files
committed
update test requirements
1 parent d457af0 commit 511d136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swmm-toolkit/test-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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"
2+
numpy == 2.0.2; python_version < "3.10"
3+
numpy == 2.2.6; python_version == "3.10.*"
4+
numpy == 2.3.2; python_version >= "3.11"
55
aenum == 3.1.11

0 commit comments

Comments
 (0)