Skip to content

Commit

Permalink
Bad wheels have been removed from PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Jul 9, 2019
1 parent 3a59793 commit f8b96d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
"pandas": ["pandas>=0.17.1"],
# Exclude PyArrow dependency from Windows Python 2.7.
'pyarrow: platform_system != "Windows" or python_version >= "3.4"': [
# Bad Linux release for 0.14.0.
# https://issues.apache.org/jira/browse/ARROW-5868
"pyarrow>=0.4.1, != 0.14.0"
"pyarrow>=0.4.1"
],
"tqdm": ["tqdm >= 4.0.0, <5.0.0dev"],
"fastparquet": ["fastparquet", "python-snappy"],
Expand Down

0 comments on commit f8b96d5

Please sign in to comment.