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
This commit is contained in:
Jiaming Yuan
2022-07-14 18:01:47 +08:00
committed by GitHub
parent 8dd96013f1
commit dae7a41baa
10 changed files with 23 additions and 31 deletions

View File

@@ -2,7 +2,7 @@ name: aarch64_test
channels:
- conda-forge
dependencies:
- python=3.7
- python=3.8
- pip
- wheel
- pytest

View File

@@ -1,8 +1,9 @@
name: cpu_test
channels:
- defaults
- conda-forge
dependencies:
- python=3.7
- python=3.8
- pip
- wheel
- pyyaml
@@ -13,16 +14,13 @@ dependencies:
- scikit-learn
- pandas
- matplotlib
- dask
- distributed
- dask>=2022.6
- distributed>=2022.6
- python-graphviz
- hypothesis
- hypothesis>=6.46
- astroid
- sphinx
- sh
- recommonmark
- mock
- breathe
- pytest
- pytest-cov
- python-kubernetes
@@ -30,17 +28,13 @@ dependencies:
- jsonschema
- boto3
- awscli
- numba
- llvmlite
- py-ubjson
- cffi
- pyarrow
- protobuf<=3.20
- pyspark
- protobuf
- pyspark>=3.3.0
- cloudpickle
- shap
- modin
- pip:
- shap
- ipython # required by shap at import time.
- sphinx_rtd_theme
- datatable
- modin[all]

View File

@@ -2,7 +2,7 @@ name: macos_test
channels:
- conda-forge
dependencies:
- python=3.7
- python=3.8
- pip
- wheel
- pyyaml