xgboost/tests/ci_build/conda_env/linux_cpu_test.yml
Richard (Rick) Zamora dc14f98f40
Avoid default tokenization in Dask (#10398)
---------

Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
2024-06-14 19:44:54 +08:00

44 lines
490 B
YAML

name: linux_cpu_test
channels:
- conda-forge
dependencies:
- python=3.8
- cmake
- c-compiler
- cxx-compiler
- ninja
- pip
- wheel
- pyyaml
- cpplint
- pylint
- numpy
- scipy
- scikit-learn
- pandas
- matplotlib
- dask
- distributed
- python-graphviz
- hypothesis>=6.46
- astroid
- sh
- mock
- pytest
- pytest-timeout
- pytest-cov
- python-kubernetes
- urllib3
- jsonschema
- boto3
- awscli
- py-ubjson
- cffi
- pyarrow
- protobuf
- cloudpickle
- modin
- pyspark>=3.4.0
- pip:
- datatable