Skip to content

Commit 669c77f

Browse files
authored
pin pytorch < 2.6 (#614)
1 parent c00f409 commit 669c77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'scipy<1.14',
2929
'tabulate>=0.8.3,<0.9',
3030
'pyts>=0.11,<0.14',
31-
'torch>=1.4',
31+
'torch>=1.4,<2.6',
3232
'azure-cognitiveservices-anomalydetector>=0.3,<0.4',
3333
'xlsxwriter>=1.3.6,<1.4',
3434
'tqdm>=4.36.1',

0 commit comments

Comments
 (0)