Skip to content

Commit c61064a

Browse files
committed
All dependencies should be installed through the dependency resolution.
1 parent 6169dec commit c61064a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)