We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
six
1 parent 5bf72e0 commit c2aa68fCopy full SHA for c2aa68f
tensorboard/pip_package/requirements.txt
@@ -31,6 +31,10 @@ numpy >= 1.12.0
31
protobuf >= 3.19.6, < 4.24
32
requests >= 2.21.0, < 3
33
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
38
tensorboard-data-server >= 0.7.0, < 0.8.0
39
werkzeug >= 1.0.1
40
wheel >= 0.26
0 commit comments