Skip to content

Commit

Permalink
Pin dask and distributed for release (#1153)
Browse files Browse the repository at this point in the history
This PR pins `dask` and `distributed` to `2023.3.2` and `2023.3.2.1` respectively for `23.04` release.

xref: rapidsai/cudf#13070

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)
  - Ray Douglass (https://github.com/raydouglass)

URL: #1153
  • Loading branch information
galipremsagar authored Apr 5, 2023
1 parent a51b10b commit 724e1c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ dependencies:
common:
- output_types: [conda, requirements]
packages:
- dask>=2023.1.1
- distributed>=2023.1.1
- dask==2023.3.2
- dask-core==2023.3.2
- distributed==2023.3.2.1
- numba>=0.54
- numpy>=1.21
- pandas>=1.3,<1.6.0dev0
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ authors = [
license = { text = "Apache-2.0" }
requires-python = ">=3.8"
dependencies = [
"dask >=2023.1.1",
"distributed >=2023.1.1",
"dask ==2023.3.2",
"dask-core ==2023.3.2",
"distributed ==2023.3.2.1",
"pynvml >=11.0.0,<11.5",
"numpy >=1.21",
"numba >=0.54",
Expand Down

0 comments on commit 724e1c6

Please sign in to comment.