Skip to content

Commit

Permalink
[REQ] Require torch<1.13
Browse files Browse the repository at this point in the history
See #272. Waiting for
pytorch/pytorch#88312 before `torch>=1.13`
can be supported.
  • Loading branch information
f-dangel committed Nov 3, 2022
1 parent 39ab659 commit 9dcae7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -34,7 +34,7 @@ setup_requires =
setuptools_scm
# Dependencies of the project (semicolon/line-separated):
install_requires =
torch >= 1.9.0, < 2.0.0
torch >= 1.9.0, < 1.13.0
torchvision >= 0.7.0, < 1.0.0
einops >= 0.3.0, < 1.0.0
# Require a specific Python version, e.g. Python 2.7 or >= 3.4
Expand Down

0 comments on commit 9dcae7f

Please sign in to comment.