xgboost/tests/ci_build/conda_env/win64_cpu_test.yml
Jiaming Yuan 29d6a5e2b8
[CI] Move appveyor tests to action (#6986)
* Drop support for VS14, use VS15 instead.
* Drop support for mingw.
* Remove debug build.
* Split up jvm tests.
* Split up Python tests.
2021-05-27 04:49:45 +08:00

22 lines
237 B
YAML

name: win64_env
channels:
- conda-forge
dependencies:
- python
- wheel
- numpy
- scipy
- scikit-learn
- pandas
- matplotlib
- dask
- distributed
- python-graphviz
- pytest
- jsonschema
- hypothesis
- jsonschema
- pip
- pip:
- graphviz