Skip to content

Commit

Permalink
fix(convolutional-neural-network): update torch packages (#13276)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 18, 2023
1 parent 1cfdf96 commit 25746d5
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
88 changes: 44 additions & 44 deletions convolutional-neural-network/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 convolutional-neural-network/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dvc = "3.33.4"
dvc-s3 = "2.23.0"
pandas = "2.1.4"
tabulate = "0.9.0"
torch = "2.1.1"
torchvision = "0.16.1"
torch = "2.1.2"
torchvision = "0.16.2"
wandb = "0.16.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 25746d5

Please sign in to comment.