We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c275f66 commit 0a0d28bCopy full SHA for 0a0d28b
requirements.txt
@@ -13,7 +13,7 @@ jpype1==1.2.0
13
sktime==0.8.0
14
dill==0.3.2
15
spectral-connectivity==0.2.4.dev0
16
-torch==1.10.0
+torch==1.13.1
17
cdt==0.5.23
18
oct2py==5.2.0
19
tslearn==0.5.2
setup.py
@@ -22,7 +22,7 @@
22
'sktime==0.8.0',
23
'dill==0.3.2',
24
'spectral-connectivity==0.2.4.dev0',
25
- 'torch==1.10.0',
+ 'torch==1.13.1',
26
'cdt==0.5.23',
27
'oct2py==5.2.0',
28
'tslearn==0.5.2',
@@ -59,8 +59,7 @@
59
'lib/PhiToolbox/utility/Gauss/logdet.m',
60
'data/cml.npy',
61
'data/forex.npy',
62
- 'data/standard_normal.npy'
63
- '']},
+ 'data/standard_normal.npy']},
64
include_package_data=True,
65
version='0.4.0',
66
description='Library for pairwise analysis of time series data.',
0 commit comments