* 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
31 lines
330 B
YAML
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
|