Skip to content

Commit 9638e43

Browse files
committed
updating pyarrow version
1 parent 9511e7a commit 9638e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"numpy >= 1.24.0",
3434
"packaging >= 24.2.0",
3535
"pandas >= 1.5.3",
36-
"pyarrow >= 4.0.0",
36+
"pyarrow >= 13.0.0",
3737
]
3838

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

testing/constraints-3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
numpy==1.24.0
33
packaging==24.2.0
44
pandas==1.5.3
5-
pyarrow==4.0.0
5+
pyarrow==13.0.0

0 commit comments

Comments
 (0)