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 65cb621
Showing 1 changed file with 2 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

0 comments on commit 65cb621

Please sign in to comment.