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

Fix dask 2021.3.1 #2

Merged
merged 4 commits into from
Apr 2, 2021
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
14 changes: 9 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2021.3.0" %}
{% set version = "2021.3.1" %}

package:
name: dask-core
Expand All @@ -7,21 +7,25 @@ package:
source:
fn: dask-{{ version }}.tar.gz
url: https://pypi.io/packages/source/d/dask/dask-{{ version }}.tar.gz
sha256: 566054b493d63c15732f2a640382b21e861571d61639f59341bc7695a9be138e
sha256: 1fa7e1809e7c50c5505297b03e6ee161e0695df73b4c4051b5b1c8fd670bf5d7

build:
number: 0
number: 1
script: {{ PYTHON }} -m pip install . --no-deps -vv
noarch: python

requirements:
host:
- python >=3.6
- python >=3.7
- pip

run:
- python >=3.6
- python >=3.7
- cloudpickle >=1.1.1
- fsspec >=0.6.0
- partd >=0.3.10
- pyyaml
- toolz >=0.8.2

test:
imports:
Expand Down