Skip to content

Commit 01cc535

Browse files
dependabot[bot]lexierule
authored andcommitted
Update tensorboard requirement from <=2.8.0,>=2.2.0 to >=2.2.0,<2.10.0 in /requirements (#13049)
* 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.2.0...2.9.0) --- updated-dependencies: - dependency-name: tensorboard dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55ddc36 commit 01cc535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ torch>=1.8.*, <=1.11.0
33
tqdm>=4.57.0, <=4.63.0
44
PyYAML>=5.4, <=6.0
55
fsspec[http]>=2021.05.0, !=2021.06.0, <=2022.2.0
6-
tensorboard>=2.2.0, <=2.8.0
6+
tensorboard>=2.2.0, <2.10.0
77
torchmetrics>=0.4.1, <=0.7.2
88
pyDeprecate>=0.3.1, <=0.3.2
99
packaging>=17.0, <=21.3

0 commit comments

Comments
 (0)