Skip to content

Commit

Permalink
restore numpy dependency for cugraph and cugraph-service-server
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 10, 2025
1 parent 4a854b5 commit 67d75aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ files:
- depends_on_cupy
- depends_on_dask_cuda
- depends_on_dask_cudf
- depends_on_numpy
- depends_on_pylibcugraph
- depends_on_raft_dask
- depends_on_rmm
Expand Down Expand Up @@ -176,6 +177,7 @@ files:
extras:
table: build-system
includes:
- depends_on_numpy
- python_build_rapids
- python_build_wheel
py_run_cugraph_service_server:
Expand Down
1 change: 1 addition & 0 deletions python/cugraph-service/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[build-system]

requires = [
"numpy>=1.23,<3.0a0",
"rapids-build-backend>=0.3.1,<0.4.0.dev0",
"setuptools>=61.0.0",
"wheel",
Expand Down
1 change: 1 addition & 0 deletions python/cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies = [
"dask-cudf==25.2.*,>=0.0.0a0",
"fsspec[http]>=0.6.0",
"numba>=0.57",
"numpy>=1.23,<3.0a0",
"pylibcugraph==25.2.*,>=0.0.0a0",
"raft-dask==25.2.*,>=0.0.0a0",
"rapids-dask-dependency==25.2.*,>=0.0.0a0",
Expand Down

0 comments on commit 67d75aa

Please sign in to comment.