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 bf9b170 commit ed34704Copy full SHA for ed34704
.travis.yml
@@ -35,6 +35,7 @@ install:
35
- 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>
37
- pip install flake8 pytest "pytest-cov<2.6"
38
+ - pip install -U "sklearn"
39
- pip install .
40
# command to run tests + check syntax style
41
services:
0 commit comments