Skip to content

Commit d7c105a

Browse files
Update tensorboard requirement in /requirements
Updates the requirements on [tensorboard](https://github.com/tensorflow/tensorboard) to permit the latest version. - [Release notes](https://github.com/tensorflow/tensorboard/releases) - [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md) - [Commits](tensorflow/tensorboard@2.9.1...2.10.0) --- updated-dependencies: - dependency-name: tensorboard dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9eb856 commit d7c105a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ torch>=1.9.*, <=1.12.0
66
tqdm>=4.57.0, <4.65.0
77
PyYAML>=5.4, <=6.0
88
fsspec[http]>=2021.05.0, !=2021.06.0, <2022.6.0
9-
tensorboard>=2.9.1, <2.10.0
9+
tensorboard>=2.9.1, <2.11.0
1010
torchmetrics>=0.7.0, <0.9.3 # needed for using fixed compare_version
1111
pyDeprecate>=0.3.1, <=0.3.2
1212
packaging>=17.0, <=21.3

0 commit comments

Comments
 (0)