Skip to content

Commit 8c38f94

Browse files
committed
bump numpy min ver
1 parent 737bb84 commit 8c38f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = { text = 'MIT license' }
2020
requires-python = ">=3.8,<3.13"
2121
readme = 'README.md'
2222
dependencies = [
23-
"numpy>=1.22.0;python_version<'3.10'",
23+
"numpy>=1.23.3;python_version<'3.10'",
2424
"numpy>=1.23.3;python_version>='3.10' and python_version<'3.12'",
2525
"numpy>=1.26.0;python_version>='3.12'",
2626
"pandas>=1.4.0;python_version<'3.11'",

0 commit comments

Comments
 (0)