Skip to content

Commit a620d26

Browse files
authored
Update test requirements for pytest and numpy
1 parent b08774a commit a620d26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

swmm-toolkit/test-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

33

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"
4+
pytest == 8.4.1
5+
numpy == 2.0.2; python_version < "3.10"
6+
numpy == 2.2.6; python_version == "3.10.*"
7+
numpy == 2.3.2; python_version >= "3.11"
88
aenum == 3.1.11

0 commit comments

Comments
 (0)