xgboost/tests/ci_build/conda_env/linux_cpu_test.yml
Jiaming Yuan 827d0e8edb
[breaking] Bump Python requirement to 3.10. (#10434)
- Bump the Python requirement.
- Fix type hints.
- Use loky to avoid deadlock.
- Workaround cupy-numpy compatibility issue on Windows caused by the `safe` casting rule.
- Simplify the repartitioning logic to avoid dask errors.
2024-07-30 17:31:06 +08:00

44 lines
491 B
YAML

name: linux_cpu_test
channels:
- conda-forge
dependencies:
- python=3.10
- 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
- loky
- pyarrow
- protobuf
- cloudpickle
- modin
- pyspark>=3.4.0
- pip:
- datatable