Skip to content

Commit

Permalink
unpin 3.9 gpu environment
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Jan 9, 2024
1 parent 5d501c4 commit bdcb0e3
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions continuous_integration/gpuci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@ channels:
dependencies:
- c-compiler
- zlib
- dask=2022.3.0
- fastapi=0.92.0
- fugue=0.7.3
- httpx=0.24.1
- intake=0.6.0
- dask>=2022.3.0
- fastapi>=0.92.0
- fugue>=0.7.3
- httpx>=0.24.1
- intake>=0.6.0
- jsonschema
- lightgbm
- maturin=1.3
- mlflow=2.0
- maturin>=1.3,<1.4
- mlflow>=2.0
- mock
- numpy=1.21.6
- pandas=1.4.0
- numpy>=1.21.6
- pandas>=1.4.0
- pre-commit
- prompt_toolkit=3.0.8
- prompt_toolkit>=3.0.8
- psycopg2
- pyarrow=6.0.2
- pygments=2.7.1
- pyarrow>=6.0.2
- pygments>=2.7.1
- pyhive
- pytest-cov
- pytest-rerunfailures
- pytest-xdist
- pytest
- python=3.9
- scikit-learn=1.0.0
- scikit-learn>=1.0.0
- sphinx
- sqlalchemy<2
- tpot=0.12.0
- tpot>=0.12.0
# FIXME: https://github.com/fugue-project/fugue/issues/526
- triad<0.9.2
- tzlocal=2.1
- uvicorn=0.13.4
- tzlocal>=2.1
- uvicorn>=0.13.4
# GPU-specific requirements
- cudatoolkit=11.5
- cudf=24.02
Expand All @@ -49,7 +49,8 @@ dependencies:
- ucx-py=0.36
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*
- pip
- pip:
- git+https://github.com/dask/dask
- git+https://github.com/dask/distributed
# TODO: unpin after RAPIDS 24.02 release
# - pip
# - pip:
# - git+https://github.com/dask/dask
# - git+https://github.com/dask/distributed

0 comments on commit bdcb0e3

Please sign in to comment.