From 2dc6dd874036b05eef02063c04a83a16a0568784 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 20 Apr 2020 14:31:30 +0200 Subject: test build new version of scipy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + - 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 . -- cgit v1.2.3