xgboost/tests/ci_build/conda_env/sdist_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

14 lines
192 B
YAML

# conda environment for source distribution test.
name: sdist_test
channels:
- conda-forge
dependencies:
- python=3.10
- pip
- wheel
- cmake
- ninja
- python-build
- c-compiler
- cxx-compiler