From 9dcae7f80d38997c73c710053b50019ba664a65c Mon Sep 17 00:00:00 2001 From: Felix Dangel Date: Thu, 3 Nov 2022 09:40:59 +0100 Subject: [PATCH] [REQ] Require `torch<1.13` See https://github.com/f-dangel/backpack/issues/272. Waiting for https://github.com/pytorch/pytorch/issues/88312 before `torch>=1.13` can be supported. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b4ed8c35..70a38822 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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