Skip to content

Commit aec6722

Browse files
committed
testing python 3.12 and 3.13 bump
1 parent 36fa6af commit aec6722

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Cython>=3.0.10
44
exceptiongroup>=1.2.0
55
iniconfig>=2.0.0
66
mock>=5.1.0
7-
numpy>=2.1
7+
numpy>=1.24,<2.1; python_version < "3.10"
8+
numpy>=2.1; python_version >= "3.10"
89
packaging>=23.2
910
pluggy>=1.5.0
1011
pytest>=8.2

0 commit comments

Comments
 (0)