From 581aad71d1a143c7a7173eb19e3a836a5c06d33b Mon Sep 17 00:00:00 2001 From: "Olivier J.N. Bertrand" <olivier.bertrand@uni-bielefeld.de> Date: Sat, 1 Dec 2018 12:09:15 +0100 Subject: [PATCH] Certain packages are not on conda, problem with fastdtw --- meta.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/meta.yaml b/meta.yaml index 1be3e93..381183e 100755 --- a/meta.yaml +++ b/meta.yaml @@ -23,43 +23,31 @@ build: requirements: host: - coverage - - fastdtw - flake8 - ipython - matplotlib - - nbsphinx - networkx - numpy - - opencv-python + - opencv - pandas - pillow - pip - python - pyyaml - scipy - - sphinx-argparse - - sphinx_rtd_theme - - tables - - tox run: - coverage - - fastdtw - flake8 - ipython - matplotlib - - nbsphinx - networkx - numpy - - opencv-python + - opencv - pandas - pillow - python - pyyaml - scipy - - sphinx-argparse - - sphinx_rtd_theme - - tables - - tox test: imports: -- GitLab