Skip to content

Commit

Permalink
build(deps): update tensorboardx requirement from <=2.6 to <=2.6.2.2
Browse files Browse the repository at this point in the history
Updates the requirements on [tensorboardx](https://github.com/lanpa/tensorboardX) to permit the latest version.
- [Release notes](https://github.com/lanpa/tensorboardX/releases)
- [Changelog](https://github.com/lanpa/tensorboardX/blob/master/HISTORY.rst)
- [Commits](lanpa/tensorboardX@v0.6...v2.6.2.2)

---
updated-dependencies:
- dependency-name: tensorboardx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 170b5d4 commit 66aa520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def run(self):
'rich',
'scikit-learn',
'tensorboard',
'tensorboardX<=2.6',
'tensorboardX<=2.6.2.2',
'tqdm',
],
setup_requires=['grpcio-tools~=1.56.2'],
Expand Down

0 comments on commit 66aa520

Please sign in to comment.