-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathmeta.yaml
75 lines (68 loc) · 1.36 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
{% set name = "napari-chatgpt" %}
{% set version = "2024.2.19" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/napari-chatgpt-{{ version }}.tar.gz
sha256: 4b7238d46766db40fff48735028ff17cd4229f1028a212646f381d459ab89625
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
requirements:
host:
- python >=3.9
- setuptools >=42.0.0
- wheel
- setuptools-scm
- pip
run:
- python >=3.9
- numpy
- magicgui
- scikit-image
- qtpy
- qtawesome
- langchain ==0.1.5
- langchain-openai ==0.0.5
- openai
- anthropic
- fastapi
- uvicorn
- websockets
- tiktoken
- wikipedia
- lxml
- gtts
- playsound
- matplotlib-base
- xarray
- arbol
- microsoft::playwright
- duckduckgo-search
- ome-zarr
- transformers
- cryptography
- tabulate
- numba
- imageio
- notebook
- nbformat
- jedi
- black
#test:
# imports:
# - napari_chatgpt
# commands:
# - pip check
# requires:
# - pip
about:
home: https://github.com/royerlab/napari-chatgpt
summary: A napari plugin to process and analyse images with chatGPT.
license: BSD-3-Clause
license_file: LICENSE
extra:
recipe-maintainers:
- royerloic