From 96c805e32ff33cc795127c8daaf7a87ef0db1b63 Mon Sep 17 00:00:00 2001 From: Felix Dangel Date: Tue, 18 Jul 2023 09:51:22 -0400 Subject: [PATCH] [REQ] Use torch>=2 for built-in functorch --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 38958e0..14c81aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,6 +36,7 @@ setup_requires = # Dependencies of the project (semicolon/line-separated): install_requires = backpack-for-pytorch>=1.5.0,<2.0.0 + torch>=2.0 scipy>=1.7.1,<2.0.0 tqdm>=4.61.0,<5.0.0 # Require a specific Python version, e.g. Python 2.7 or >= 3.4