diff --git a/setup.py b/setup.py index 02369c4fa..106f09934 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ requirements = [ - "torch>=1.13,<1.14", + "torch>=1.13.0,<1.13.1", ] extras = {}