8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a587de4 commit d27a16aCopy full SHA for d27a16a
setup.py
@@ -43,7 +43,7 @@
43
# as `google-api-core[grpc]`. We thus need to explicitly specify it here.
44
# See: https://github.com/googleapis/python-bigquery/issues/83
45
"grpcio >= 1.8.2, < 2.0dev",
46
- "pyarrow>=0.16.0, < 2.0dev",
+ "pyarrow >= 1.0.0, < 2.0dev; python_version >= '3.5'",
47
],
48
"pandas": ["pandas>=0.17.1"],
49
# Exclude PyArrow dependency from Windows Python 2.7.
0 commit comments