Skip to content

Commit

Permalink
Update torch requirement from ~2.4.0 to ~2.5.1 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.4.0...v2.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 454e03c commit f6ff0c8
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.4.0"
torch = "~2.5.1"
onnx = "^1.16.0"


Expand Down

0 comments on commit f6ff0c8

Please sign in to comment.