Skip to content

Commit

Permalink
Pin dask and distributed for 23.10 release (#1251)
Browse files Browse the repository at this point in the history
This PR pins `dask` and `distributed` to `2023.9.2` for `23.10` release.


xref: rapidsai/cudf#14225

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

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

URL: #1251
  • Loading branch information
galipremsagar authored Sep 28, 2023
1 parent 93b6677 commit f98963d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/dask-cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ requirements:
- tomli
run:
- python
- dask-core >=2023.7.1
- dask-core ==2023.9.2
{% for r in data.get("project", {}).get("dependencies", []) %}
- {{ r }}
{% endfor %}
Expand Down
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@ dependencies:
common:
- output_types: [conda, requirements]
packages:
- dask>=2023.7.1
- distributed>=2023.7.1
- dask==2023.9.2
- distributed==2023.9.2
- numba>=0.57
- numpy>=1.21
- pandas>=1.3,<1.6.0dev0
- pynvml>=11.0.0,<11.5
- zict>=2.0.0
- output_types: [conda]
packages:
- dask-core>=2023.7.1
- dask-core==2023.9.2
test_python:
common:
- output_types: [conda]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ authors = [
license = { text = "Apache-2.0" }
requires-python = ">=3.9"
dependencies = [
"dask >=2023.7.1",
"distributed >=2023.7.1",
"dask ==2023.9.2",
"distributed ==2023.9.2",
"pynvml >=11.0.0,<11.5",
"numpy >=1.21",
"numba >=0.57",
Expand Down

0 comments on commit f98963d

Please sign in to comment.