Skip to content

Commit

Permalink
Rectify dask-core pinning in pip requirements (#1155)
Browse files Browse the repository at this point in the history
As part of #1153 `dask-core` has been added to pip requirements, which is incorrect. This PR rectifies this issue.

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

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

URL: #1155
  • Loading branch information
galipremsagar authored Apr 5, 2023
1 parent 724e1c6 commit 1f51c4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions conda/recipes/dask-cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ requirements:
- versioneer >=0.24
run:
- python
- dask-core ==2023.3.2
{% for r in data.get("project", {}).get("dependencies", []) %}
- {{ r }}
{% endfor %}
Expand Down
4 changes: 3 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,15 @@ dependencies:
- output_types: [conda, requirements]
packages:
- 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
- pynvml>=11.0.0,<11.5
- zict>=0.1.3
- output_types: [conda]
packages:
- dask-core==2023.3.2
test_python:
common:
- output_types: [conda]
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ license = { text = "Apache-2.0" }
requires-python = ">=3.8"
dependencies = [
"dask ==2023.3.2",
"dask-core ==2023.3.2",
"distributed ==2023.3.2.1",
"pynvml >=11.0.0,<11.5",
"numpy >=1.21",
Expand Down

0 comments on commit 1f51c4f

Please sign in to comment.