xgboost/tests/ci_build/conda_env/aarch64_test.yml
Philip Hyunsu Cho 84b726ef53
Vendor libgomp in the manylinux Python wheel (#6461)
* Vendor libgomp in the manylinux2014_aarch64 wheel

* Use vault repo, since CentOS 6 has reached End-of-Life on Nov 30

* Vendor libgomp in the manylinux2010_x86_64 wheel

* Run verification step inside the container
2020-12-03 19:55:32 -08:00

31 lines
330 B
YAML

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