Skip to content

Commit 934d694

Browse files
Update tensorboard requirement from ~=2.19.0 to >=2.19,<2.21
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.19.0...2.20.0) --- updated-dependencies: - dependency-name: tensorboard dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2447f18 commit 934d694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"tyro~=0.9.18",
1616
"pyyaml~=6.0.2",
1717
"openfermion~=1.7.0",
18-
"tensorboard~=2.19.0",
18+
"tensorboard>=2.19,<2.21",
1919
"standard-imghdr~=3.13.0 ; python_version>='3.13'",
2020
]
2121
requires-python = ">=3.12"

0 commit comments

Comments
 (0)