* Update the release script to download xgboost-cpu * Exclude mypy 1.11.1; un-cap pylint * Exclude mypy 1.11.0 too
24 lines
313 B
YAML
24 lines
313 B
YAML
name: python_lint
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.10
|
|
- pylint
|
|
- wheel
|
|
- setuptools
|
|
# https://github.com/python/mypy/issues/17617
|
|
- mypy !=1.11.0,!=1.11.1
|
|
- numpy
|
|
- scipy
|
|
- pandas
|
|
- scikit-learn
|
|
- dask
|
|
- distributed
|
|
- black
|
|
- isort
|
|
- cloudpickle
|
|
- pytest
|
|
- hypothesis
|
|
- hatchling
|
|
- pyspark>=3.4.0
|