We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1891c commit 6d79280Copy full SHA for 6d79280
setup.py
@@ -30,7 +30,8 @@
30
release_status = "Development Status :: 5 - Production/Stable"
31
32
dependencies = [
33
- "numpy >= 1.24.0",
+ "numpy >= 1.24.0, <= 2.2.6 ; python_version == '3.10'",
34
+ "numpy >= 1.24.0 ; python_version != '3.10'",
35
"packaging >= 24.2.0",
36
"pandas >= 1.5.3",
37
"pyarrow >= 13.0.0",
0 commit comments