[CI] Build a Python wheel for aarch64 platform (#6253)
This commit is contained in:
committed by
GitHub
parent
5037abeb86
commit
7f6ed5780c
29
tests/ci_build/conda_env/aarch64_test.yml
Normal file
29
tests/ci_build/conda_env/aarch64_test.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
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
|
||||
@@ -14,6 +14,7 @@ dependencies:
|
||||
- pandas
|
||||
- matplotlib
|
||||
- dask
|
||||
- distributed
|
||||
- python-graphviz
|
||||
- hypothesis
|
||||
- astroid
|
||||
@@ -23,11 +24,14 @@ dependencies:
|
||||
- mock
|
||||
- breathe
|
||||
- pytest
|
||||
- pytest-cov
|
||||
- python-kubernetes
|
||||
- urllib3
|
||||
- jsonschema
|
||||
- boto3
|
||||
- awscli
|
||||
- numba
|
||||
- llvmlite
|
||||
- pip:
|
||||
- shap
|
||||
- guzzle_sphinx_theme
|
||||
|
||||
35
tests/ci_build/conda_env/macos_cpu_test.yml
Normal file
35
tests/ci_build/conda_env/macos_cpu_test.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
name: cpu_test
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.7
|
||||
- pip
|
||||
- wheel
|
||||
- pyyaml
|
||||
- cpplint
|
||||
- pylint
|
||||
- numpy
|
||||
- scipy
|
||||
- scikit-learn
|
||||
- pandas
|
||||
- matplotlib
|
||||
- dask
|
||||
- distributed
|
||||
- python-graphviz
|
||||
- hypothesis
|
||||
- astroid
|
||||
- sphinx
|
||||
- sh
|
||||
- recommonmark
|
||||
- mock
|
||||
- breathe
|
||||
- pytest
|
||||
- pytest-cov
|
||||
- python-kubernetes
|
||||
- urllib3
|
||||
- jsonschema
|
||||
- boto3
|
||||
- awscli
|
||||
- pip:
|
||||
- guzzle_sphinx_theme
|
||||
- datatable
|
||||
Reference in New Issue
Block a user