Skip to content

Commit

Permalink
fix(convolutional-neural-network): update torch packages (#15525)
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 Mar 27, 2024
1 parent aadb376 commit 5270e9b
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
108 changes: 54 additions & 54 deletions machine-learning/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 machine-learning/convolutional-neural-network/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dvc = "3.49.0"
dvc-s3 = "3.1.0"
pandas = "2.2.1"
tabulate = "0.9.0"
torch = "2.2.1"
torchvision = "0.17.1"
torch = "2.2.2"
torchvision = "0.17.2"
wandb = "0.16.5"

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

0 comments on commit 5270e9b

Please sign in to comment.