-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for 2024.5.0 release (#1337)
* Prepare for 2024.5.0 release * Override style check's default Rust toolchain * Drop mlflow from GPU CI deps * Add python 3.11 GPU CI job * Bump docker-py to 7.1.0 to get around requests breakage * Don't check dtype for scalar timestamps GPU tests
- Loading branch information
1 parent
f34120b
commit 3c23953
Showing
12 changed files
with
71 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
PYTHON_VER: | ||
- "3.9" | ||
- "3.10" | ||
- "3.11" | ||
|
||
CUDA_VER: | ||
- "11.8.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
name: dask-sql | ||
channels: | ||
- rapidsai | ||
- rapidsai-nightly | ||
- dask/label/dev | ||
- conda-forge | ||
- nvidia | ||
- nodefaults | ||
dependencies: | ||
- c-compiler | ||
- zlib | ||
- dask>=2024.4.1 | ||
- dask-expr>=1.0.11 | ||
- fastapi>=0.92.0 | ||
- fugue>=0.7.3 | ||
- httpx>=0.24.1 | ||
- intake>=0.6.0 | ||
- jsonschema | ||
- lightgbm | ||
- maturin>=1.3,<1.4 | ||
- mock | ||
- numpy>=1.22.4 | ||
- pandas>=2 | ||
- pre-commit | ||
- prompt_toolkit>=3.0.8 | ||
- psycopg2 | ||
- pyarrow>=14.0.1 | ||
- pygments>=2.7.1 | ||
- pyhive | ||
- pytest-cov | ||
- pytest-rerunfailures | ||
- pytest-xdist | ||
- pytest | ||
- python=3.11 | ||
- py-xgboost>=2.0.3 | ||
- scikit-learn>=1.0.0 | ||
- sphinx | ||
- sqlalchemy | ||
- tpot>=0.12.0 | ||
# FIXME: https://github.com/fugue-project/fugue/issues/526 | ||
- triad<0.9.2 | ||
- tzlocal>=2.1 | ||
- uvicorn>=0.14 | ||
# GPU-specific requirements | ||
- cudatoolkit=11.8 | ||
- cudf=24.06 | ||
- cuml=24.06 | ||
- dask-cudf=24.06 | ||
- dask-cuda=24.06 | ||
- ucx-proc=*=gpu | ||
- ucx-py=0.38 | ||
- xgboost=*=rapidsai_py* | ||
- libxgboost=*=rapidsai_h* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters