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:
committed by
GitHub
parent
fb77ed7603
commit
778751a1bb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user