xgboost/tests/ci_build/conda_env/python_lint.yml
Jiaming Yuan e47b3a3da3
Upgrade mypy. (#8302)
Some breaking changes were made in mypy.
2022-10-05 14:31:59 +08:00

20 lines
214 B
YAML

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