summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-20 14:31:30 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-20 14:31:30 +0200
commit2dc6dd874036b05eef02063c04a83a16a0568784 (patch)
tree44dfc7855254e428b2c16aba1c048174242b45ae /.travis.yml
parentdf293135613fba35d525b27751f847abbef64f88 (diff)
test build new version of scipy
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7ff1b3c..b9cc88f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ before_install:
# command to install dependencies
install:
- pip install -r requirements.txt
- - pip install -U "numpy>=1.14" "scipy<1.3" # for numpy array formatting in doctests + scipy version: otherwise, pymanopt fails, cf <https://github.com/pymanopt/pymanopt/issues/77>
+ - pip install -U "numpy>=1.14" scipy # for numpy array formatting in doctests
- pip install flake8 pytest "pytest-cov<2.6"
- pip install -U "sklearn"
- pip install .