We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792b14f commit 105edbcCopy full SHA for 105edbc
setup.py
@@ -54,9 +54,9 @@
54
'tqdm',
55
'wrapt',
56
# Python 2 backports
57
- 'bz2file;python_version<"2"',
58
- 'functools32;python_version<"2"',
59
- 'futures;python_version<"2"',
+ 'bz2file;python_version<"3"',
+ 'functools32;python_version<"3"',
+ 'futures;python_version<"3"',
60
# shutil.disk_usage was introduced in Python 3.3, use psutil instead.
61
'psutil;python_version<"3.3"',
62
# enum introduced in Python 3.4
@@ -70,7 +70,7 @@
70
'pytest',
71
'pytest-xdist',
72
73
- 'mock;python_version<"2"',
+ 'mock;python_version<"3"',
74
# TODO(b/142892342): Re-enable
75
# 'tensorflow-docs @ git+https://github.com/tensorflow/docs#egg=tensorflow-docs', # pylint: disable=line-too-long
76
]
0 commit comments