Skip to content

Commit

Permalink
Merge pull request #248 from charlesbluca/release-2023.3.2.1
Browse files Browse the repository at this point in the history
Release 2023.3.2.1
  • Loading branch information
charlesbluca authored Apr 5, 2023
2 parents 0bd89fe + 55434dc commit 85b1db2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

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

8 changes: 4 additions & 4 deletions README.md

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

8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{% set version = "2023.3.2" %}
{% set version = "2023.3.2.1" %}
{% set version_split = version.split('.') %}
{% set dask_core_version = version_split[:3] | join('.') if version_split | length == 4 else version %}


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

source:
url: https://pypi.io/packages/source/d/distributed/distributed-{{ version }}.tar.gz
sha256: 3f0b4ce73289583a27376672f67895e041c71d9a6e901b4f4cc4a95dd81ec349
sha256: f40c4578622a15261bb59676ca8d7024f7d108aecc58406a5482bdfb7e69ce99

build:
number: 0
Expand All @@ -23,7 +25,7 @@ requirements:
host:
- python >=3.8
- pip
- dask-core {{ version }}
- dask-core {{ dask_core_version }}
run:
- python >=3.8
- click >=8.0
Expand Down

0 comments on commit 85b1db2

Please sign in to comment.