Skip to content

Commit

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

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely committed Dec 3, 2022
1 parent e6e8f84 commit 9059590
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 @@ -13,7 +13,7 @@ numpy<1.21.7, >=1.17.0
pillow<9.4.0
pint<0.21.0
toposort<1.8
torch>=1.8.0, <1.13.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'
torch>=1.8.0, <1.14.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'
typecheck-decorator<=1.2
leabra-psyneulink<=0.3.2
rich>=10.1, <10.13
Expand Down

0 comments on commit 9059590

Please sign in to comment.