Skip to content

Commit

Permalink
ARROW-7766: [Python][Packaging] Windows py38 wheels are built with wr…
Browse files Browse the repository at this point in the history
…ong ABI tag

This is fixed in the latest release of `wheel` but we were pinning to an old version

Closes #6353 from nealrichardson/fix-win-38-wheels and squashes the following commits:

e3a865b <Neal Richardson> Remove wheel pin in requirements-wheel.txt

Authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Signed-off-by: Wes McKinney <wesm+git@apache.org>
  • Loading branch information
nealrichardson authored and wesm committed Feb 5, 2020
1 parent 992d9fc commit 67e34c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python/requirements-wheel.txt
Expand Up @@ -6,7 +6,6 @@ pandas
setuptools_scm==3.2.0
six>=1.0.0
# TODO: TensorFlow doesn't support Python 3.8 yet.
# See https://github.com/tensorflow/tensorflow/issues/33374
tensorflow; python_version >= "3.0" and python_version < "3.8"
# pin wheel, because auditwheel is not compatible with wheel=0.32
# TODO(kszucs): remove after auditwheel properly supports wheel>0.31
wheel==0.31.1
wheel

0 comments on commit 67e34c5

Please sign in to comment.