xgboost/tests/ci_build/conda_env/python_lint.yml
Philip Hyunsu Cho 4b88dfff24
[CI] Temporarily pin pylint to 3.2.3 (#10494)
* [CI] Temporarily pin pylint to 3.2.3

* Add quotes

* Correct env
2024-06-26 14:08:49 -07:00

23 lines
313 B
YAML

name: python_lint
channels:
- conda-forge
dependencies:
- python=3.8
- pylint<3.2.4 # https://github.com/pylint-dev/pylint/issues/9751
- wheel
- setuptools
- mypy>=0.981
- numpy
- scipy
- pandas
- scikit-learn
- dask
- distributed
- black
- isort
- cloudpickle
- pytest
- hypothesis
- hatchling
- pyspark>=3.4.0