Skip to content

Commit

Permalink
fix: fix invalid version specification of pyarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
mamo3gr committed Dec 2, 2022
1 parent 5a58e7d commit 9d5f481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"pandas": ["pandas>=0.23.0"],
"pyarrow": [
# pyarrow 1.0.0 is required for the use of timestamp_as_object keyword.
"pyarrow >= 1.0.0, < 2.0de ; python_version>='3.5'",
"pyarrow >= 1.0.0, < 2.0dev ; python_version>='3.5'",
"pyarrow >= 0.16.0, < 0.17.0dev ; python_version<'3.5'",
],
"tqdm": ["tqdm >= 4.7.4, <5.0.0dev"],
Expand Down

0 comments on commit 9d5f481

Please sign in to comment.