xgboost/tests/ci_build/conda_env/python_lint.yml
Jiaming Yuan cfd2a9f872
Extract dask and spark test into distributed test. (#8395)
- Move test files.
- Run spark and dask separately to prevent conflicts.
- Gather common code into the testing module.
2022-10-28 16:24:32 +08:00

22 lines
236 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
- pytest
- hypothesis