Skip to content

Commit 85476d2

Browse files
committed
add numpy 3.13 dependency range
1 parent 7bee321 commit 85476d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ readme = 'README.md'
2323
dependencies = [
2424
"numpy>=1.21.0;python_version<'3.10'",
2525
"numpy>=1.23.3;python_version>='3.10' and python_version<'3.12'",
26-
"numpy>=1.26.0;python_version>='3.12'",
26+
"numpy>=1.26.0;python_version>='3.12' and python_version<'3.13",
27+
"numpy>=1.26.2;python_version>='3.13',
2728
"pandas>=1.4.0;python_version<'3.11'",
2829
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
2930
"pandas>=2.1.1;python_version>='3.12'",

0 commit comments

Comments
 (0)