Skip to content

Commit 0a0d28b

Browse files
committed
Bump torch from 1.10.0 to 1.13.1.
1 parent c275f66 commit 0a0d28b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jpype1==1.2.0
1313
sktime==0.8.0
1414
dill==0.3.2
1515
spectral-connectivity==0.2.4.dev0
16-
torch==1.10.0
16+
torch==1.13.1
1717
cdt==0.5.23
1818
oct2py==5.2.0
1919
tslearn==0.5.2

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'sktime==0.8.0',
2323
'dill==0.3.2',
2424
'spectral-connectivity==0.2.4.dev0',
25-
'torch==1.10.0',
25+
'torch==1.13.1',
2626
'cdt==0.5.23',
2727
'oct2py==5.2.0',
2828
'tslearn==0.5.2',
@@ -59,8 +59,7 @@
5959
'lib/PhiToolbox/utility/Gauss/logdet.m',
6060
'data/cml.npy',
6161
'data/forex.npy',
62-
'data/standard_normal.npy'
63-
'']},
62+
'data/standard_normal.npy']},
6463
include_package_data=True,
6564
version='0.4.0',
6665
description='Library for pairwise analysis of time series data.',

0 commit comments

Comments
 (0)