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 2022.10.1 #147

Merged
merged 2 commits into from
Oct 28, 2022
Merged
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
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2022.10.0" %}
{% set version = "2022.10.1" %}


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

source:
url: https://pypi.io/packages/source/d/dask/dask-{{ version }}.tar.gz
sha256: f277a3b300ecc1d0be232a339f346dff686e0becdb0843c0aaf2ae943d5492d3
sha256: 79d283326045700af0de7e2be57fd663499958c63638bf5076839cbcde64aa3f

build:
number: 2
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
entry_points:
Expand All @@ -23,6 +23,7 @@ requirements:

run:
- python >=3.8
- click >=7.0
- cloudpickle >=1.1.1
- fsspec >=0.6.0
- packaging >=20.0
Expand Down