summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml2
-rw-r--r--.travis.yml2
-rw-r--r--Dockerfile_ubuntu1
3 files changed, 3 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 6ed75cf7..6bfd4467 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -47,7 +47,7 @@ install:
- python --version
- pip --version
- python -m pip install --upgrade pip
- - pip install -U setuptools numpy matplotlib scipy Cython pytest
+ - pip install -U setuptools numpy matplotlib scipy Cython pytest POT
build_script:
- mkdir build
diff --git a/.travis.yml b/.travis.yml
index bf268057..bf2e919a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,7 +55,7 @@ before_cache:
# When installing through libcgal-dev apt, CMake Error at CGAL Exports.cmake The imported target "CGAL::CGAL Qt5" references the file
install:
- python3 -m pip install --upgrade pip setuptools wheel
- - python3 -m pip install --user pytest Cython sphinx sphinxcontrib-bibtex matplotlib numpy scipy
+ - python3 -m pip install --user pytest Cython sphinx sphinxcontrib-bibtex matplotlib numpy scipy POT
script:
- rm -rf build
diff --git a/Dockerfile_ubuntu b/Dockerfile_ubuntu
index e149a33a..12f2dc94 100644
--- a/Dockerfile_ubuntu
+++ b/Dockerfile_ubuntu
@@ -51,6 +51,7 @@ RUN pip3 install \
matplotlib \
scipy \
Cython \
+ POT \
sphinx \
sphinxcontrib-bibtex