From 424406c03840d39c91ad3c3e438de3a620cb5b86 Mon Sep 17 00:00:00 2001 From: Sarah Alnegheimish Date: Sun, 2 Feb 2025 16:34:27 -0500 Subject: [PATCH] pin pytorch < 2.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 97d6e1e3..f58dcf18 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ 'scipy<1.14', 'tabulate>=0.8.3,<0.9', 'pyts>=0.11,<0.14', - 'torch>=1.4', + 'torch>=1.4,<2.6', 'azure-cognitiveservices-anomalydetector>=0.3,<0.4', 'xlsxwriter>=1.3.6,<1.4', 'tqdm>=4.36.1',