Skip to content

Commit

Permalink
Build(deps): bump torch from 1.10.2 to 1.13.1
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.2 to 1.13.1.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v1.10.2...v1.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent 2144a95 commit b9d6254
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 24 deletions.
130 changes: 107 additions & 23 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ shell = """

[tool.poetry.dependencies]
python = ">=3.9,<3.10"
torch = ">=1.10,<1.11"
torch = ">=1.10,<1.14"
pytorch-lightning = ">=1.5,<2"
torchvision = ">=0.11"
pydantic = { extras = ["dotenv"], version = ">=1.9.0,<2" }
Expand Down

0 comments on commit b9d6254

Please sign in to comment.