Skip to content

Commit

Permalink
requirements: update torch requirement from >=1.8.0,<2.4.0 to >=1.8.0…
Browse files Browse the repository at this point in the history
…,<2.5.0 (#3040)

Updates the requirements on [pytorch](https://github.com/pytorch/pytorch) to permit the latest version.
 - [Release notes](https://github.com/pytorch/pytorch/releases)
 - [Commits](pytorch/pytorch@v2.4.0...v2.5.0)

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely authored Aug 31, 2024
1 parent 1bea5a0 commit 9d1a341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ protobuf<3.20.4
rich>=10.1, <10.13
scipy>=1.7.3, <1.15
toposort<1.11
torch>=1.10.0, <2.4.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64' or platform_machine == 'arm64' or platform_machine == 'aarch64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'
torch>=1.10.0, <2.5.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64' or platform_machine == 'arm64' or platform_machine == 'aarch64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'

0 comments on commit 9d1a341

Please sign in to comment.