Skip to content

Commit f8b96d5

Browse files
committed
Bad wheels have been removed from PyPI.
1 parent 3a59793 commit f8b96d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bigquery/setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@
4242
"pandas": ["pandas>=0.17.1"],
4343
# Exclude PyArrow dependency from Windows Python 2.7.
4444
'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"
45+
"pyarrow>=0.4.1"
4846
],
4947
"tqdm": ["tqdm >= 4.0.0, <5.0.0dev"],
5048
"fastparquet": ["fastparquet", "python-snappy"],

0 commit comments

Comments
 (0)