From da23ee9a9082af5e52446d5c115b489f974ae5f0 Mon Sep 17 00:00:00 2001 From: lhenry15 Date: Thu, 18 Feb 2021 22:09:16 -0600 Subject: [PATCH] modified metadata of detection_algorithm module, FIXME: multidimensional data for MatrixProfile --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6e49ba8..e0e108c 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ setup( 'tamu_axolotl', 'Jinja2', 'numpy==1.18.2', + 'combo', 'simplejson==3.12.0', 'scikit-learn==0.22.0', 'statsmodels==0.11.1',