Skip to content

Commit

Permalink
revert changes to python pyproject files
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 committed Oct 30, 2024
1 parent 04041c2 commit b022e6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions python/pylibraft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"nvidia-curand",
"nvidia-cusolver",
"nvidia-cusparse",
"rmm==24.10.*",
"rmm==24.12.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
"Intended Audience :: Developers",
Expand Down Expand Up @@ -125,7 +125,7 @@ requires = [
"cuda-python",
"cython>=3.0.0",
"ninja",
"rmm==24.10.*",
"rmm==24.12.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
dependencies-file = "../../dependencies.yaml"
matrix-entry = "cuda_suffixed=true;use_cuda_wheels=true"
Expand Down
10 changes: 5 additions & 5 deletions python/raft-dask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ authors = [
license = { text = "Apache 2.0" }
requires-python = ">=3.10"
dependencies = [
"dask-cuda==24.10.*",
"distributed-ucxx==0.40.*",
"dask-cuda==24.12.*,>=0.0.0a0",
"distributed-ucxx==0.41.*,>=0.0.0a0",
"joblib>=0.11",
"numba>=0.57",
"pylibraft==24.10.*",
"rapids-dask-dependency==24.10.*",
"ucx-py==0.40.*",
"pylibraft==24.12.*,>=0.0.0a0",
"rapids-dask-dependency==24.12.*,>=0.0.0a0",
"ucx-py==0.41.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit b022e6e

Please sign in to comment.