Skip to content

Commit

Permalink
Revert "requirements: update pytorch requirement from <1.9.0 to <2.0.0"
Browse files Browse the repository at this point in the history
The versioning scheme uses 1.10.y, 1.11.v, ... instead of bumping to
2.0.x.

This reverts commit 70aa492.
  • Loading branch information
jvesely committed May 6, 2022
1 parent 08552bb commit 22f3d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ numpy<1.21.4, >=1.17.0
pillow<9.2.0
pint<0.18
toposort<1.8
torch>=1.8.0, <2.0.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'
torch>=1.8.0, <1.9.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
pandas<1.4.3
fastkde==1.0.19
fastkde==1.0.19

0 comments on commit 22f3d15

Please sign in to comment.