Skip to content

Commit

Permalink
Unpin cudf minor; pin cupy
Browse files Browse the repository at this point in the history
Signed-off-by: Will Killian <[email protected]>
  • Loading branch information
willkill07 committed Mar 4, 2025
1 parent a92cf52 commit 8beb700
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ci/conda/recipes/morpheus-libs/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ python:
- 3.10

rapids_version:
- 25.02.00
- 25.02
2 changes: 1 addition & 1 deletion ci/conda/recipes/morpheus/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ python:
- 3.10

rapids_version:
- 25.02.00
- 25.02
10 changes: 5 additions & 5 deletions conda/environments/all_cuda-128_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependencies:
- cuda-nvtx=12.8
- cuda-sanitizer-api
- cuda-version=12.8
- cudf=25.02.00
- cuml=25.02.00
- cudf=25.02
- cuml=25.02
- cupy
- cxx-compiler
- cython=3.0
Expand All @@ -59,7 +59,7 @@ dependencies:
- jsonpatch>=1.33
- kfp
- libcublas-dev
- libcudf=25.02.00
- libcudf=25.02
- libcufft-dev
- libcurand-dev
- libcusolver-dev
Expand Down Expand Up @@ -87,7 +87,7 @@ dependencies:
- pre-commit
- pybind11-stubgen=0.10.5
- pydantic
- pylibcudf=25.02.00
- pylibcudf=25.02
- pylint=3.0.3
- pynvml=12
- pypdf=3.17.4
Expand All @@ -100,7 +100,7 @@ dependencies:
- python-graphviz
- python=3.10
- rapidjson=1.1.0
- rapids-dask-dependency=25.02.00
- rapids-dask-dependency=25.02
- rdma-core>=48
- requests-cache=1.1
- requests-toolbelt=1.0
Expand Down
10 changes: 5 additions & 5 deletions conda/environments/all_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependencies:
- cuda-nvtx=12.8
- cuda-sanitizer-api
- cuda-version=12.8
- cudf=25.02.00
- cuml=25.02.00
- cudf=25.02
- cuml=25.02
- cupy
- cxx-compiler
- cython=3.0
Expand All @@ -60,7 +60,7 @@ dependencies:
- jsonpatch>=1.33
- kfp
- libcublas-dev
- libcudf=25.02.00
- libcudf=25.02
- libcufft-dev
- libcurand-dev
- libcusolver-dev
Expand Down Expand Up @@ -89,7 +89,7 @@ dependencies:
- pre-commit
- pybind11-stubgen=0.10.5
- pydantic
- pylibcudf=25.02.00
- pylibcudf=25.02
- pylint=3.0.3
- pynvml=12
- pypdf=3.17.4
Expand All @@ -103,7 +103,7 @@ dependencies:
- python-graphviz
- python=3.10
- rapidjson=1.1.0
- rapids-dask-dependency=25.02.00
- rapids-dask-dependency=25.02
- rdma-core>=48
- requests-cache=1.1
- requests-toolbelt=1.0
Expand Down
12 changes: 6 additions & 6 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,17 +296,17 @@ dependencies:
- output_types: [conda]
packages:
# Include: cudatoolkit-dev
- &cudf cudf=25.02.00
- &cudf cudf=25.02
- cython=3.0
- glog>=0.7.1,<0.8
- gtest=1.14
- libcudf=25.02.00
- libcudf=25.02
- librdkafka>=1.9.2,<1.10.0a0
- libzlib >=1.3.1,<2
- &mrc mrc=25.06
- nlohmann_json=3.11
- pybind11-stubgen=0.10.5
- pylibcudf=25.02.00
- pylibcudf=25.02
- rapidjson=1.1.0
- rdma-core>=48 # Needed for DOCA.
- scikit-build=0.17.6
Expand Down Expand Up @@ -384,7 +384,7 @@ dependencies:
- click>=8
# - cuda-version=12.8 ##
- *cudf
- cupy # Version determined from cudf
- cupy<13.4 # Version determined from cudf
- datacompy=0.10
- dill=0.3.7
- docker-py=5.0
Expand All @@ -402,7 +402,7 @@ dependencies:
- python-confluent-kafka>=1.9.2,<1.10.0a0
- python-graphviz
- pluggy=1.3
- rapids-dask-dependency=25.02.00 # provides dask and distributed
- rapids-dask-dependency=25.02 # provides dask and distributed
- requests<2.29.0
- requests-cache=1.1
- scikit-learn=1.3.2
Expand Down Expand Up @@ -533,7 +533,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- &cuml cuml=25.02.00
- &cuml cuml=25.02
- pip
- pip:
- --find-links https://data.dgl.ai/wheels/cu121/repo.html
Expand Down

0 comments on commit 8beb700

Please sign in to comment.