Skip to content

Commit

Permalink
Add back dask dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jun 20, 2023
1 parent 44b0819 commit ee40ca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,14 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- cuda-python>=11.7.1,<12.0
- &dask dask>=2022.05.2
- pytest
- pytest-cov
test_python_legate:
common:
- output_types: [conda, requirements, pyproject]
packages:
- dask>=2022.05.2
- *dask
- distributed>=2022.05.2
notebooks:
common:
Expand Down
1 change: 1 addition & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ classifiers = [
[project.optional-dependencies]
test = [
"cuda-python>=11.7.1,<12.0",
"dask>=2022.05.2",
"pytest",
"pytest-cov",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down

0 comments on commit ee40ca3

Please sign in to comment.