We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7a484 commit 5ef5fc1Copy full SHA for 5ef5fc1
pyproject.toml
@@ -21,9 +21,9 @@ license = { text = 'BSL-1.1' }
21
requires-python = '>=3.8,<3.13'
22
readme = 'README.md'
23
dependencies = [
24
- "numpy>=1.21.0;python_version<'3.10'",
25
- "numpy>=1.23.3;python_version>='3.10' and python_version<'3.12'",
26
- "numpy>=1.26.0;python_version>='3.12'",
+ "numpy>=1.21.0,<2.0.0;python_version<'3.10'",
+ "numpy>=1.23.3,<2.0.0;python_version>='3.10' and python_version<'3.12'",
+ "numpy>=1.26.0,<2.0.0;python_version>='3.12'",
27
"pandas>=1.4.0;python_version<'3.11'",
28
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
29
"pandas>=2.1.1;python_version>='3.12'",
0 commit comments