-
Notifications
You must be signed in to change notification settings - Fork 4
/
meta.yaml
56 lines (51 loc) · 1019 Bytes
/
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
{% set data = load_setup_py_data() %}
package:
name: nanshe_workflow
version: {{ data.get("version") }}
source:
git_url: ..
build:
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
run:
- python
- contextlib2
- scandir
- numpy
- scikit-learn >=0.20
- psutil
- nanshe >=0.1.0a54
- bokeh >=1.0.0
- future
- webcolors
- nbconvert
- notebook
- ipyparallel
- ipywidgets
- jupyter_contrib_nbextensions
- nbserverproxy # [py>=35]
- dask-core >=0.20.2
- toolz >=0.7.3
- python-graphviz
- pyyaml
- distributed >=1.22
- dask-drmaa
- dask-image
- dask-ml
- cloudpickle
- tifffile
- imgroi
- kenjutsu >=0.5.0
- metawrap
- mplview
- xnumpy
- yail
- zarr
about:
home: {{ data.get("url") }}
license: {{ data.get("license") }}
license_file: LICENSE.txt
summary: {{ data.get("summary") }}