From bdcb0e3315e5126a877df1a2cc252f4f6cb51e26 Mon Sep 17 00:00:00 2001 From: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> Date: Tue, 9 Jan 2024 06:52:52 -0800 Subject: [PATCH] unpin 3.9 gpu environment --- .../gpuci/environment-3.9.yaml | 41 ++++++++++--------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/continuous_integration/gpuci/environment-3.9.yaml b/continuous_integration/gpuci/environment-3.9.yaml index c7eceb01a..60e870bc2 100644 --- a/continuous_integration/gpuci/environment-3.9.yaml +++ b/continuous_integration/gpuci/environment-3.9.yaml @@ -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 @@ -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