xgboost/tests/ci_build/conda_env/aarch64_test.yml
Jiaming Yuan dae7a41baa
Update Python requirement to >=3.8. (#8071)
Additional changes:
- Use mamba for CPU test on Jenkins.
- Cleanup CPU test dependencies.
- Restore some of the modin tests
2022-07-14 18:01:47 +08:00

37 lines
388 B
YAML

name: aarch64_test
channels:
- conda-forge
dependencies:
- python=3.8
- pip
- wheel
- pytest
- pytest-cov
- numpy
- scipy
- scikit-learn
- pandas
- matplotlib
- dask
- distributed
- hypothesis
- graphviz
- python-graphviz
- codecov
- cmake
- ninja
- boto3
- jsonschema
- boto3
- awscli
- numba
- llvmlite
- cffi
- pyarrow
- pyspark
- cloudpickle
- pip:
- shap
- awscli
- auditwheel