Skip to content

Commit 7d745b0

Browse files
committed
Updates constraints and setup.py
1 parent c777141 commit 7d745b0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
release_status = "Development Status :: 5 - Production/Stable"
3131

3232
dependencies = [
33-
"packaging >= 17.0",
34-
"pandas >= 1.5.0",
35-
"pyarrow >= 3.0.0",
36-
"numpy >= 1.16.6",
33+
"numpy >= 1.24.0",
34+
"packaging >= 24.2.0",
35+
"pandas >= 1.5.3",
36+
"pyarrow >= 4.0.0",
3737
]
3838

3939
package_root = os.path.abspath(os.path.dirname(__file__))

testing/constraints-3.9.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# 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
24
pandas==1.5.3
3-
numpy==1.24.0
5+
pyarrow==4.0.0

0 commit comments

Comments
 (0)