xgboost/tests/ci_build/conda_env/win64_test.yml
Jiaming Yuan 610ee632cc
[Breaking] Rename data to X in predict_proba. (#6555)
New Scikit-Learn version uses keyword argument, and `X` is the predefined
keyword.

* Use pip to install latest Python graphviz on Windows CI.
2020-12-28 21:36:03 +08:00

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