Skip to content

Commit

Permalink
Unpin dask and distributed for development (#1189)
Browse files Browse the repository at this point in the history
This PR unpins `dask` and `distributed` to `>=2023.5.1` for `23.08` development.


xref: rapidsai/cudf#13508

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

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #1189
  • Loading branch information
galipremsagar authored Jun 6, 2023
1 parent bf60373 commit 3f369f9
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 @@ -33,7 +33,7 @@ requirements:
- versioneer >=0.24
run:
- python
- dask-core ==2023.3.2
- dask-core >=2023.5.1
{% 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 @@ -91,16 +91,16 @@ dependencies:
common:
- output_types: [conda, requirements]
packages:
- dask==2023.3.2
- distributed==2023.3.2.1
- dask>=2023.5.1
- distributed>=2023.5.1
- 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.3.2
- dask-core>=2023.5.1
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 @@ -19,8 +19,8 @@ authors = [
license = { text = "Apache-2.0" }
requires-python = ">=3.9"
dependencies = [
"dask ==2023.3.2",
"distributed ==2023.3.2.1",
"dask >=2023.5.1",
"distributed >=2023.5.1",
"pynvml >=11.0.0,<11.5",
"numpy >=1.21",
"numba >=0.57",
Expand Down

0 comments on commit 3f369f9

Please sign in to comment.