Skip to content

Commit

Permalink
requirements: update torch requirement from >=1.8.0,<1.14.0 to >=1.8.…
Browse files Browse the repository at this point in the history
…0,<2.1.0 (#2652)

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely authored Apr 29, 2023
1 parent 498cdbc commit e4005ea
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 @@ -18,4 +18,4 @@ pint<0.21.0
protobuf<3.20.4
rich>=10.1, <10.13
toposort<1.11
torch>=1.8.0, <1.14.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'
torch>=1.8.0, <2.1.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'

0 comments on commit e4005ea

Please sign in to comment.