xgboost/tests/ci_build/conda_env/python_lint.yml
Philip Hyunsu Cho 778751a1bb
Update the release script to download xgboost-cpu (#10657)
* Update the release script to download xgboost-cpu

* Exclude mypy 1.11.1; un-cap pylint

* Exclude mypy 1.11.0 too
2024-07-31 14:43:10 -07:00

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