xgboost/tests/ci_build/conda_env/win64_cpu_test.yml
Xiaochang Wu 613ec36c5a
Support building SimpleDMatrix from Arrow data format (#7512)
* Integrate with Arrow C data API.
* Support Arrow dataset.
* Support Arrow table.

Co-authored-by: Xiaochang Wu <xiaochang.wu@intel.com>
Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
Co-authored-by: Zhang Zhang <zhang.zhang@intel.com>
2022-03-15 13:25:19 +08:00

23 lines
255 B
YAML

name: win64_env
channels:
- conda-forge
dependencies:
- python=3.8
- wheel
- numpy
- scipy
- scikit-learn
- pandas
- matplotlib
- dask
- distributed
- python-graphviz
- pytest
- jsonschema
- hypothesis
- python-graphviz
- pip
- py-ubjson
- cffi
- pyarrow