File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,11 +34,12 @@ install:
3434
3535 # Install the build and runtime dependencies of the project.
3636 - " cd C:\\ projects\\ openml-python"
37- - conda install --quiet --yes scikit-learn=0.20.0 nb_conda nb_conda_kernels numpy scipy requests nbformat python-dateutil nbconvert pandas matplotlib seaborn
38- - pip install liac-arff xmltodict oslo.concurrency
37+ # - conda install --quiet --yes scikit-learn=0.20.0 nb_conda nb_conda_kernels numpy scipy requests nbformat python-dateutil nbconvert pandas matplotlib seaborn
38+ # - pip install liac-arff xmltodict oslo.concurrency
3939 # Packages for (parallel) unit tests with pytest
40- - pip install pytest pytest-xdist pytest-timeout
41- - " pip install .[test]"
40+ # - pip install pytest pytest-xdist pytest-timeout
41+ - " pip install .[examples,test]"
42+ - conda install --quiet --yes scikit-learn=0.20.0
4243
4344
4445# Not a .NET project, we build scikit-learn in the install step instead
You can’t perform that action at this time.
0 commit comments