We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737bb84 commit 8c38f94Copy full SHA for 8c38f94
pyproject.toml
@@ -20,7 +20,7 @@ license = { text = 'MIT license' }
20
requires-python = ">=3.8,<3.13"
21
readme = 'README.md'
22
dependencies = [
23
- "numpy>=1.22.0;python_version<'3.10'",
+ "numpy>=1.23.3;python_version<'3.10'",
24
"numpy>=1.23.3;python_version>='3.10' and python_version<'3.12'",
25
"numpy>=1.26.0;python_version>='3.12'",
26
"pandas>=1.4.0;python_version<'3.11'",
0 commit comments