-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmeta.yaml
78 lines (68 loc) · 1.51 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{% set version = "2024.3.0" %}
package:
name: dask
version: {{ version }}
source:
url: https://pypi.io/packages/source/d/dask/dask-{{ version }}.tar.gz
sha256: 04d5e5d66f97ca46f762fce28b595df6df7278a7636b1e5931afcca9b91e6d74
build:
number: 0
noarch: python
requirements:
host:
- python >=3.9
- dask-core {{ version }}
- distributed {{ version }}
run:
- python >=3.9
- {{ pin_compatible('dask-core', max_pin='x.x.x') }}
- {{ pin_compatible('distributed', max_pin='x.x.x') }}
- cytoolz >=0.11.0
- lz4 >=4.3.2
- numpy >=1.21
- pandas >=1.3
- dask-expr >=1.0,<1.1
- bokeh >=2.4.2,!=3.0.*
- jinja2 >=2.10.3
- pyarrow >=7.0
- pyarrow-hotfix
run_constrained:
- openssl !=1.1.1e
test:
imports:
- dask
- dask.array
- dask.bag
- dask.bytes
- dask.dataframe
- dask.dataframe.tseries
- dask.delayed
- dask.diagnostics
- dask.distributed
- distributed
commands:
- dask --version
- dask info versions
about:
home: https://dask.org/
summary: Parallel PyData with Task Scheduling
license: BSD-3-Clause
license_file:
- LICENSE.txt
- dask/array/NUMPY_LICENSE.txt
description: |
Dask is a flexible parallel computing library for analytics.
doc_url: https://dask.org/
dev_url: https://github.com/dask/dask
extra:
recipe-maintainers:
- charlesbluca
- alimanfoo
- jakirkham
- jcrist
- martindurant
- mrocklin
- pitrou
- tomaugspurger
- jrbourbeau
- fjetter