Skip to content

Commit

Permalink
modify pin for distributed in dask_cudf
Browse files Browse the repository at this point in the history
  • Loading branch information
shwina committed Apr 1, 2021
1 parent 7d41494 commit 6942604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dask_cudf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"pytest",
"numba>=0.49.0,!=0.51.0",
"dask==2021.3.1",
"distributed==2021.3.1",
"distributed>2.22.0,<=2021.3.1",
]
}

Expand Down

0 comments on commit 6942604

Please sign in to comment.