Skip to content

Commit c2aa68f

Browse files
authored
Adds explicit dependency on six package. (#6581)
See issue #6580 for more details.
1 parent 5bf72e0 commit c2aa68f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tensorboard/pip_package/requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ numpy >= 1.12.0
3131
protobuf >= 3.19.6, < 4.24
3232
requests >= 2.21.0, < 3
3333
setuptools >= 41.0.0 # Note: provides pkg_resources as well as setuptools
34+
# A dependency of our vendored packages. This lower bound has not been correctly
35+
# vetted, but I wanted to be the least restrictive we can, since it's not a new
36+
# requirement, and likely this will not disrupt existing users of the package.
37+
six > 1.9
3438
tensorboard-data-server >= 0.7.0, < 0.8.0
3539
werkzeug >= 1.0.1
3640
wheel >= 0.26

0 commit comments

Comments
 (0)