xgboost/tests/ci_build/conda_env/python_lint.yml
2023-05-31 03:00:44 +08:00

23 lines
255 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
- cloudpickle
- pytest
- hypothesis
- hatchling
- pyspark>=3.4.0