File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ before_script: # configure a headless display to test plot generation
26
26
# command to install dependencies
27
27
install :
28
28
- pip install -r requirements.txt
29
- - pip install "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>
30
- - python -c "import numpy; import scipy; print(\"numpy : \", numpy.__version__); print(\"scipy: \", scipy.__version__)"
29
+ - 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>
31
30
- pip install flake8 pytest "pytest-cov<2.6"
32
31
- pip install .
33
32
# command to run tests + check syntax style
You can’t perform that action at this time.
0 commit comments