Skip to content

Commit 2dc6dd8

Browse files
committed
test build new version of scipy
1 parent df29313 commit 2dc6dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_install:
3333
# command to install dependencies
3434
install:
3535
- pip install -r requirements.txt
36-
- 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>
36+
- pip install -U "numpy>=1.14" scipy # for numpy array formatting in doctests
3737
- pip install flake8 pytest "pytest-cov<2.6"
3838
- pip install -U "sklearn"
3939
- pip install .

0 commit comments

Comments
 (0)