Skip to content

Commit

Permalink
Bump tensorboard from 2.17.0 to 2.17.1
Browse files Browse the repository at this point in the history
Bumps [tensorboard](https://github.com/tensorflow/tensorboard) from 2.17.0 to 2.17.1.
- [Release notes](https://github.com/tensorflow/tensorboard/releases)
- [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorboard@2.17.0...2.17.1)

---
updated-dependencies:
- dependency-name: tensorboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 103dba2 commit 6f2ed29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ keywords = ["transformers", "pytorch"]
python = "^3.11"
torch = "2.3.0" # numpy 2.0.0 and 1.26.4 https://github.com/pytorch/pytorch/issues/107302#issuecomment-2048405223
torchvision = "0.18.0"
tensorboard = "2.17.0"
tensorboard = "2.17.1"
transformers = "4.39.2"


[tool.poetry.group.dev.dependencies]
python = "^3.11"
torch = "2.3.0"
torchvision = "0.18.0" # https://pypi.org/project/torchvision/0.18.0/
tensorboard = "2.17.0"
tensorboard = "2.17.1"
transformers = "4.39.2"
ruff = "0.5.2"
pytest = "8.2.2"
Expand Down

0 comments on commit 6f2ed29

Please sign in to comment.