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 c777141 commit 7d745b0Copy full SHA for 7d745b0
setup.py
@@ -30,10 +30,10 @@
30
release_status = "Development Status :: 5 - Production/Stable"
31
32
dependencies = [
33
- "packaging >= 17.0",
34
- "pandas >= 1.5.0",
35
- "pyarrow >= 3.0.0",
36
- "numpy >= 1.16.6",
+ "numpy >= 1.24.0",
+ "packaging >= 24.2.0",
+ "pandas >= 1.5.3",
+ "pyarrow >= 4.0.0",
37
]
38
39
package_root = os.path.abspath(os.path.dirname(__file__))
testing/constraints-3.9.txt
@@ -1,3 +1,5 @@
1
# Make sure we test with pandas 1.5.3. The Python version isn't that relevant.
2
+numpy==1.24.0
3
+packaging==24.2.0
4
pandas==1.5.3
-numpy==1.24.0
5
+pyarrow==4.0.0
0 commit comments