Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit e3a865b

Browse files
Remove wheel pin in requirements-wheel.txt
1 parent d6b6f87 commit e3a865b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/requirements-wheel.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ pandas
66
setuptools_scm==3.2.0
77
six>=1.0.0
88
# TODO: TensorFlow doesn't support Python 3.8 yet.
9+
# See https://github.com/tensorflow/tensorflow/issues/33374
910
tensorflow; python_version >= "3.0" and python_version < "3.8"
10-
# pin wheel, because auditwheel is not compatible with wheel=0.32
11-
# TODO(kszucs): remove after auditwheel properly supports wheel>0.31
12-
wheel==0.31.1
11+
wheel

0 commit comments

Comments
 (0)