New Scikit-Learn version uses keyword argument, and `X` is the predefined keyword. * Use pip to install latest Python graphviz on Windows CI.
20 lines
221 B
YAML
20 lines
221 B
YAML
name: win64_env
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.7
|
|
- numpy
|
|
- scipy
|
|
- matplotlib
|
|
- scikit-learn
|
|
- pandas
|
|
- pytest
|
|
- boto3
|
|
- hypothesis
|
|
- jsonschema
|
|
- pip
|
|
- pip:
|
|
- cupy-cuda101
|
|
- modin[all]
|
|
- graphviz
|