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

Release 2023.3.2.1 #248

Merged
merged 2 commits into from
Apr 5, 2023
Merged
Show file tree
Hide file tree
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
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