Skip to content

Commit

Permalink
Bump torch from 2.2.2 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 to 2.4.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.2.2...v2.4.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent fae6c50 commit 291d309
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 48 deletions.
95 changes: 48 additions & 47 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 @@ -40,7 +40,7 @@ numpy = ">=1.23.5"
pyvespa = { version = "^0.45.0", optional = true }
pyyaml = { version = "^6.0.1", optional = true }
sentence-transformers = { version = "^2.2.2", optional = true }
torch = { version = "^2.0.0", optional = true }
torch = { version = "^2.4.0", optional = true }
spacy = { version = "^3.5.1", optional = true }
poetry = "^1.8.3"
flatten-dict = "^0.4.2"
Expand Down

0 comments on commit 291d309

Please sign in to comment.