Skip to content

Commit

Permalink
Update torch requirement from <1.12.2,>=1.10.0 to >=1.10.0,<2.4.2
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@v1.10.0...v2.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 2b2a59f commit 4fd8fe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dynamic = ["version", "readme", "dependencies"]
[project.optional-dependencies]
avalanche = [
"avalanche_lib==0.3.1",
"torch>=1.10.0, <1.12.2",
"torch>=1.10.0, <2.4.2",
]
benchmark = [
"wild-time-data==0.1.1",
Expand All @@ -28,7 +28,7 @@ dev = [
"black==23.11.0",
"avalanche_lib==0.3.1",
"wild-time-data==0.1.1",
"torch>=1.10.0, <1.12.2",
"torch>=1.10.0, <2.4.2",
# PyTest Dependencies
"pytest==7.4.3",
"pytest-cov==4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.17.2, <1.26.3
torch>=1.10.0, <1.13.2
torch>=1.10.0, <2.4.2
pandas>=1.4.0, <2.1.4
boto3>=1.26.0, <1.33.8
requests>=2.31.0, <2.31.1
Expand Down

0 comments on commit 4fd8fe6

Please sign in to comment.