xgboost/tests/ci_build/conda_env/macos_cpu_test.yml
Jiaming Yuan 7ab93f3ce3
[CI] Fix test environment. (#10609)
* [CI] Fix test environment.

* Remove shell.

* Remove.

* Update Dockerfile.i386
2024-07-18 10:04:17 -07:00

41 lines
454 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
- cffi
- pyarrow
- pyspark>=3.4.0
- cloudpickle
- pip:
- sphinx_rtd_theme