Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dask-cuda v23.2.1 #19

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "dask-cuda" %}
{% set version = "23.2.0" %}
{% set version = "23.2.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dask-cuda-{{ version }}.tar.gz
sha256: 5261a4cddec546478e0778d32072ffe050fd1b4f92a18407fe1c58332712b4ae
sha256: 40feb755c29d4789830c919ef5eb7abbdd1c3038f4e45d6d82bee73b749f9b89

build:
number: 0
Expand All @@ -30,7 +30,7 @@ requirements:
- dask-core ==2023.1.1
- distributed ==2023.1.1
- dask ==2023.1.1
- pynvml >=11.0.0
- pynvml >=11.0.0,<11.5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only real change

rapidsai/dask-cuda@v23.02.00...v23.02.01

Trying to fix an issue encountered with the new release of pynvml

We may want to hot-fix the old dask-cuda packages in conda-forge to contain this constraint as well

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For more context a future dask-cuda version will be able to relax this constraint due to this fix ( rapidsai/dask-cuda#1118 ), but older dask-cuda versions lack the fix so need the constraint ( rapidsai/dask-cuda#1123 )

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Submitted hot-fix for the older packages with PR ( conda-forge/conda-forge-repodata-patches-feedstock#405 )

- numpy >=1.18.0
- numba >=0.54
- pandas >=1.0
Expand Down