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
This commit is contained in:
Philip Hyunsu Cho
2024-07-31 14:43:10 -07:00
committed by GitHub
parent fb77ed7603
commit 778751a1bb
2 changed files with 19 additions and 12 deletions

View File

@@ -3,10 +3,11 @@ channels:
- conda-forge
dependencies:
- python=3.10
- pylint<3.2.4 # https://github.com/pylint-dev/pylint/issues/9751
- pylint
- wheel
- setuptools
- mypy
# https://github.com/python/mypy/issues/17617
- mypy !=1.11.0,!=1.11.1
- numpy
- scipy
- pandas