xgboost/tests/ci_build/conda_env/aarch64_test.yml
Jiaming Yuan bac22734fb
Remove ntree limit in python package. (#8345)
- Remove `ntree_limit`. The parameter has been deprecated since 1.4.0.
- The SHAP package compatibility is broken.
2023-03-31 19:01:55 +08:00

36 lines
379 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:
- awscli
- auditwheel