Skip to content

Commit

Permalink
Release 2024.8.2 (#291)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Aug 30, 2024
2 parents 948a75c + ca5d4d2 commit 8c86cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2024.8.1" %}
{% set version = "2024.8.2" %}
{% set version_split = version.split('.') %}
{% set dask_core_version = version_split[:3] | join('.') if version_split | length == 4 else version %}

Expand All @@ -9,7 +9,7 @@ package:

source:
url: https://pypi.io/packages/source/d/distributed/distributed-{{ version }}.tar.gz
sha256: 82394ceb68b91118717148dbe182cff679f32621812bd7b2bc27eaaa8589f962
sha256: 3fceae46d6e7b771c15cc1e2c8349f2900f003bb9846c471c14c19a0c0025197

build:
number: 0
Expand All @@ -31,7 +31,7 @@ requirements:
run:
- python >=3.10
- click >=8.0
- cloudpickle >=2.0.0
- cloudpickle >=3.0.0
- cytoolz >=0.11.2
- {{ pin_compatible('dask-core', max_pin='x.x.x') }}
- jinja2 >=2.10.3
Expand Down

0 comments on commit 8c86cf7

Please sign in to comment.