* 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>
23 lines
255 B
YAML
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
|