xgboost/tests/ci_build/conda_env/python_lint.yml
2024-08-27 02:54:11 +08:00

23 lines
249 B
YAML

name: python_lint
channels:
- conda-forge
dependencies:
- python=3.10
- pylint
- wheel
- setuptools
- mypy
- numpy
- scipy
- pandas
- scikit-learn
- dask
- distributed
- black
- isort
- cloudpickle
- pytest
- hypothesis
- hatchling
- pyspark>=3.4.0