-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmeta.yaml
43 lines (37 loc) · 995 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
package:
name: 'nionswift-instrumentation'
version: '23.2.0'
source:
git_rev: 23.2.0
git_url: https://github.com/nion-software/nionswift-instrumentation-kit.git
build:
noarch: python
number: 0
script: python -m pip install --no-deps --ignore-installed .
include_recipe: False
requirements:
host:
- python
- pip
- setuptools
run:
- python >=3.11
- niondata >=15.8,<16.0
- nionswift >=16.13,<17.0
- nionui >=9.0,<10.0
- nionutils >=4.13,<5.0
- numpy >=2.0,<3.0
test:
imports:
- nion.device_kit
- nion.instrumentation
- nion.instrumentation.test
- nionswift_plugin.nion_instrumentation_ui
about:
home: https://github.com/nion-software/nionswift-instrumentation-kit
license: GPL-3.0
summary: "A Nion Swift library for STEM instrumentation (Camera, Scan, Video, Microscope)."
description: "A Nion Swift library for STEM instrumentation (Camera, Scan, Video, Microscope)."
extra:
recipe-maintainers:
cmeyer