Skip to content

Commit 0683ed5

Browse files
committed
Update dependency requirements for CI
1 parent 4983678 commit 0683ed5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tensorboard/pip_package/requirements_dev.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,21 @@
1919
grpcio-testing==1.24.3
2020
pandas~=2.0
2121
# For gfile S3 test
22-
boto3==1.9.86
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.)
27+
boto3>=1.29.41
2328
moto==1.3.7
2429
# For gfile fsspec test
2530
fsspec>=2021.06.0
2631

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+
2737
# For linting
2838
black==24.3.0
2939
flake8==3.7.8

0 commit comments

Comments
 (0)