xgboost/tests/ci_build/conda_env/python_lint.yml
Jiaming Yuan 2cba1d9fcc
Fix compatibility with latest cupy. (#8129)
* Fix compatibility with latest cupy.

* Freeze mypy.
2022-08-01 15:24:42 +08:00

20 lines
213 B
YAML

name: python_lint
channels:
- conda-forge
dependencies:
- python=3.8
- pylint
- wheel
- setuptools
- mypy=0.961
- numpy
- scipy
- pandas
- scikit-learn
- dask
- distributed
- black
- isort
- pyspark
- cloudpickle