From 824e34c83bbb8c2bc1ca0b1f7519fc77cae7f496 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 24 Sep 2019 14:39:09 +0200 Subject: Seems POT requires to be installed separatly from the other pip requirements --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 6bfd4467..125f3cf4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -47,7 +47,8 @@ install: - python --version - pip --version - python -m pip install --upgrade pip - - pip install -U setuptools numpy matplotlib scipy Cython pytest POT + - pip install -U setuptools numpy matplotlib scipy Cython pytest + - pip install -U POT build_script: - mkdir build -- cgit v1.2.3