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