Jiaming Yuan dae7a41baa
Update Python requirement to >=3.8. (#8071)
Additional changes:
- Use mamba for CPU test on Jenkins.
- Cleanup CPU test dependencies.
- Restore some of the modin tests
2022-07-14 18:01:47 +08:00

41 lines
457 B
YAML

name: cpu_test
channels:
- defaults
- conda-forge
dependencies:
- python=3.8
- pip
- wheel
- pyyaml
- cpplint
- pylint
- numpy
- scipy
- scikit-learn
- pandas
- matplotlib
- dask>=2022.6
- distributed>=2022.6
- python-graphviz
- hypothesis>=6.46
- astroid
- sh
- mock
- pytest
- pytest-cov
- python-kubernetes
- urllib3
- jsonschema
- boto3
- awscli
- py-ubjson
- cffi
- pyarrow
- protobuf
- pyspark>=3.3.0
- cloudpickle
- shap
- modin
- pip:
- datatable