We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a59793 commit f8b96d5Copy full SHA for f8b96d5
bigquery/setup.py
@@ -42,9 +42,7 @@
42
"pandas": ["pandas>=0.17.1"],
43
# Exclude PyArrow dependency from Windows Python 2.7.
44
'pyarrow: platform_system != "Windows" or python_version >= "3.4"': [
45
- # Bad Linux release for 0.14.0.
46
- # https://issues.apache.org/jira/browse/ARROW-5868
47
- "pyarrow>=0.4.1, != 0.14.0"
+ "pyarrow>=0.4.1"
48
],
49
"tqdm": ["tqdm >= 4.0.0, <5.0.0dev"],
50
"fastparquet": ["fastparquet", "python-snappy"],
0 commit comments