Skip to content

Commit

Permalink
Merge pull request #1156 from rapidsai/branch-23.04
Browse files Browse the repository at this point in the history
Forward-merge branch-23.04 to branch-23.06
  • Loading branch information
GPUtester authored Apr 5, 2023
2 parents 9739314 + 1f51c4f commit 80596bd
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 80596bd

Please sign in to comment.