From e3a865bc03ae56190ad35f4dd7f8c29d17c506b4 Mon Sep 17 00:00:00 2001 From: Neal Richardson Date: Tue, 4 Feb 2020 10:18:01 -0800 Subject: [PATCH] Remove wheel pin in requirements-wheel.txt --- python/requirements-wheel.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python/requirements-wheel.txt b/python/requirements-wheel.txt index 99a2666dd42..18e79636e39 100644 --- a/python/requirements-wheel.txt +++ b/python/requirements-wheel.txt @@ -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