Additional changes: - Use mamba for CPU test on Jenkins. - Cleanup CPU test dependencies. - Restore some of the modin tests
43 lines
473 B
YAML
43 lines
473 B
YAML
name: macos_test
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.8
|
|
- pip
|
|
- wheel
|
|
- pyyaml
|
|
- cpplint
|
|
- pylint
|
|
- numpy
|
|
- scipy
|
|
- llvm-openmp
|
|
- scikit-learn
|
|
- pandas
|
|
- matplotlib
|
|
- dask
|
|
- distributed
|
|
- graphviz
|
|
- python-graphviz
|
|
- hypothesis
|
|
- astroid
|
|
- sphinx
|
|
- sh
|
|
- recommonmark
|
|
- mock
|
|
- breathe
|
|
- pytest
|
|
- pytest-cov
|
|
- python-kubernetes
|
|
- urllib3
|
|
- jsonschema
|
|
- boto3
|
|
- awscli
|
|
- py-ubjson
|
|
- cffi
|
|
- pyarrow
|
|
- pyspark
|
|
- cloudpickle
|
|
- pip:
|
|
- sphinx_rtd_theme
|
|
- datatable
|