summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-24 14:39:09 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-24 14:39:09 +0200
commit824e34c83bbb8c2bc1ca0b1f7519fc77cae7f496 (patch)
tree4fd3492375d4a9333614c3e302093d4b0e82f30c /.appveyor.yml
parentdd6bef28247a0e2aa2a0b024f475422314fabe64 (diff)
Seems POT requires to be installed separatly from the other pip requirements
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
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