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 673a46b commit bfc260eCopy full SHA for bfc260e
tensorboard/pip_package/requirements_dev.txt
@@ -21,19 +21,12 @@ pandas~=2.0
21
# For gfile S3 test
22
# Python >= 3.13 requires a version after
23
# https://github.com/boto/botocore/pull/2794
24
-# (Couldn't exactly pin-point the next version,
25
-# but this was published less than a month after
26
-# that change.)
+# (Both versions picked somewhat arbitrarily after that date)
27
boto3==1.33.13
28
moto==4.1.9
29
# For gfile fsspec test
30
fsspec>=2021.06.0
31
32
-# Transitive dependency required by TF
33
-# For details on why this version, see:
34
-# https://github.com/tensorflow/tensorboard/pull/7016
35
-#turllib3>=1.26.5
36
-
37
# For linting
38
black==24.3.0
39
flake8==3.7.8
0 commit comments