Skip to content

Commit

Permalink
Release 2024.8.1 (#290)
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 16, 2024
2 parents 5c407d1 + 25f6a33 commit 948a75c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2024.8.0" %}
{% set version = "2024.8.1" %}
{% 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: b99caf0a7f257f59477a70a334e081c1241f7cd9860211cc669742e6450e1310
sha256: 82394ceb68b91118717148dbe182cff679f32621812bd7b2bc27eaaa8589f962

build:
number: 0
Expand All @@ -23,28 +23,28 @@ build:

requirements:
host:
- python >=3.9
- python >=3.10
- pip
- dask-core {{ dask_core_version }}
- versioneer =0.29
- tomli
run:
- python >=3.9
- python >=3.10
- click >=8.0
- cloudpickle >=1.5.0
- cytoolz >=0.10.1
- cloudpickle >=2.0.0
- cytoolz >=0.11.2
- {{ pin_compatible('dask-core', max_pin='x.x.x') }}
- jinja2 >=2.10.3
- locket >=1.0.0
- msgpack-python >=1.0.0
- msgpack-python >=1.0.2
- packaging >=20.0
- psutil >=5.7.2
- pyyaml >=5.3.1
- psutil >=5.8.0
- pyyaml >=5.4.1
- sortedcontainers >=2.0.5
- tblib >=1.6.0
- toolz >=0.10.0
- tornado >=6.0.4
- urllib3 >=1.24.3
- toolz >=0.11.2
- tornado >=6.2.0
- urllib3 >=1.26.5
- zict >=3.0.0
run_constrained:
- openssl !=1.1.1e
Expand Down

0 comments on commit 948a75c

Please sign in to comment.