xgboost/tests/ci_build/conda_env/win64_test.yml
Jiaming Yuan a1bcd33a3b
[breaking] Change internal model serialization to UBJSON. (#7556)
* Use typed array for models.
* Change the memory snapshot format.
* Add new C API for saving to raw format.
2022-01-16 02:11:53 +08:00

20 lines
218 B
YAML

name: win64_env
channels:
- conda-forge
dependencies:
- python=3.8
- numpy
- scipy
- matplotlib
- scikit-learn
- pandas
- pytest
- boto3
- hypothesis
- jsonschema
- cupy
- python-graphviz
- modin-ray
- pip
- py-ubjson