Skip to content

Commit 1ca62e8

Browse files
committed
Downgrade pyarrow version to be compatible with 1.7.0
Signed-off-by: Geoffroy Jamgotchian <geoffroy.jamgotchian@rte-france.com>
1 parent e440939 commit 1ca62e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def my_test_suite():
3333
"packaging", # because gym changes the way it uses numpy prng in version 0.26 and i need both gym before and after...
3434
"typing_extensions",
3535
"orderly_set<5.4.0; python_version<='3.8'",
36-
"pyarrow>=18.1.0"
36+
"pyarrow>=17.0.0"
3737
],
3838
"extras": {
3939
"optional": [

0 commit comments

Comments
 (0)