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 4983678 commit 0683ed5Copy full SHA for 0683ed5
tensorboard/pip_package/requirements_dev.txt
@@ -19,11 +19,21 @@
19
grpcio-testing==1.24.3
20
pandas~=2.0
21
# For gfile S3 test
22
-boto3==1.9.86
+# 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.)
27
+boto3>=1.29.41
28
moto==1.3.7
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
+urllib3>=1.26.5
36
+
37
# For linting
38
black==24.3.0
39
flake8==3.7.8
0 commit comments