Skip to content

Commit

Permalink
Make dependency lists compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 16, 2023
1 parent ff4695a commit 68fa626
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
16 changes: 9 additions & 7 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,21 +138,23 @@ dependencies:
- numpy>=1.21
- pandas>=1.3,<1.6.0dev0
- pynvml>=11.0.0,<11.5
- rapids-dask-dependency=24.02.*
- rapids-dask-dependency==24.02.*
- zict>=2.0.0
test_python:
common:
- output_types: [conda, requirements, pyproject]
packages:
- cudf=24.02
- dask-cudf=24.02
- kvikio=24.02
- cudf==24.02.*
- dask-cudf==24.02.*
- kvikio==24.02.*
- pytest
- pytest-cov
- ucx-py==0.36.*
- output_types: [conda]
packages:
- distributed-ucxx==0.35.*
- ucx-proc=*=gpu
- ucx-py=0.36
- ucxx=0.35
- distributed-ucxx=0.35
- ucxx==0.35.*
specific:
- output_types: conda
matrices:
Expand Down
13 changes: 5 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"numpy>=1.21",
"pandas>=1.3,<1.6.0dev0",
"pynvml>=11.0.0,<11.5",
"rapids-dask-dependency=24.02.*",
"rapids-dask-dependency==24.02.*",
"zict>=2.0.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
Expand Down Expand Up @@ -48,15 +48,12 @@ docs = [
"sphinx-rtd-theme>=0.5.1",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
test = [
"cudf=24.02",
"dask-cudf=24.02",
"distributed-ucxx=0.35",
"kvikio=24.02",
"cudf==24.02.*",
"dask-cudf==24.02.*",
"kvikio==24.02.*",
"pytest",
"pytest-cov",
"ucx-proc=*=gpu",
"ucx-py=0.36",
"ucxx=0.35",
"ucx-py==0.36.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down

0 comments on commit 68fa626

Please sign in to comment.