Skip to content

Commit

Permalink
Update torch requirement from ~2.3.1 to ~2.4.0 in /cattus-train
Browse files Browse the repository at this point in the history
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.3.1...v2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and barakugav committed Jul 30, 2024
1 parent 19be014 commit 242871e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cattus-train/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ numpy = "^2.0.0"
chess = "^1.9.3"
PyYAML = "^6.0"
construct = "^2.10.68"
torch = "~2.3.1"
torch = "~2.4.0"
onnx = "^1.16.0"


Expand Down

0 comments on commit 242871e

Please sign in to comment.