Skip to content

Commit

Permalink
chore: bump pyarrow to 1.0.0 (#250)
Browse files Browse the repository at this point in the history
* chore: bump pyarrow to 1.0.0

* chore: add condition for python3
  • Loading branch information
HemangChothani committed Aug 31, 2020
1 parent a587de4 commit d27a16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@
# as `google-api-core[grpc]`. We thus need to explicitly specify it here.
# See: https://github.com/googleapis/python-bigquery/issues/83
"grpcio >= 1.8.2, < 2.0dev",
"pyarrow>=0.16.0, < 2.0dev",
"pyarrow >= 1.0.0, < 2.0dev; python_version >= '3.5'",
],
"pandas": ["pandas>=0.17.1"],
# Exclude PyArrow dependency from Windows Python 2.7.
Expand Down

0 comments on commit d27a16a

Please sign in to comment.