xgboost/tests/ci_build/conda_env/win64_test.yml
Jiaming Yuan 7aec915dcd
[Backport] Rename data to X in predict_proba. (#6555) (#6586)
* [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.

* Suppress health check.
2021-01-10 16:05:17 +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