Skip to content

Commit

Permalink
Merge pull request #294 from pentschev/2024.10.0
Browse files Browse the repository at this point in the history
Release 2024.10.0
  • Loading branch information
charlesbluca authored Oct 17, 2024
2 parents 77bcbb8 + 1a262ce commit fa9ca38
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 27 additions & 2 deletions azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2024.9.1" %}
{% set version = "2024.10.0" %}
{% 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: 4d573d89ff4fdde0dd96ad5cfdb843ce8ecef8caf002435bc60d14414dc1e819
sha256: d08e7fd7acdecf0f058edf35f28889fc43412031d7601a5df69f108a37a8ffc1

build:
number: 0
Expand All @@ -26,6 +26,7 @@ requirements:
- python >=3.10
- pip
- dask-core {{ dask_core_version }}
- setuptools >=62.6
- versioneer =0.29
- tomli
run:
Expand Down

0 comments on commit fa9ca38

Please sign in to comment.