We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a84263 commit 385d4a5Copy full SHA for 385d4a5
.travis.yml
@@ -27,7 +27,7 @@ before_script: # configure a headless display to test plot generation
27
install:
28
- pip install -r requirements.txt
29
- pip install numpy>=1.14 # for numpy array formatting in doctests
30
- - pip install scipy<1.3 # otherwise, pymanopt fails, cf <https://github.com/pymanopt/pymanopt/issues/77>
+ - pip install "scipy<1.3" # otherwise, pymanopt fails, cf <https://github.com/pymanopt/pymanopt/issues/77>
31
- pip install flake8 pytest "pytest-cov<2.6"
32
- pip install .
33
# command to run tests + check syntax style
0 commit comments