forked from nion-software/nionswift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
56 lines (49 loc) · 1.08 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
# build with `conda build -c defaults -c conda-forge .`
package:
name: 'nionswift'
version: '16.11.0'
source:
git_rev: 16.11.0
git_url: https://github.com/nion-software/nionswift.git
build:
noarch: python
number: 0
script: python -m pip install --no-deps --ignore-installed .
include_recipe: False
entry_points:
- nionswift = nion.swift.command:main
requirements:
host:
- python
- pip
- setuptools
run:
- python >=3.11
- nionutils >=4.11.0,<5.0
- niondata >=15.6.2,<16.0
- nionui >=7.1.0,<8.0
- nionswift-io >=15.2,<16.0
- scipy
- numpy >=2.0,<3.0
- h5py
- imageio >=2.19.0
- pytz
- tzlocal
- pillow
test:
imports:
- nion.swift
- nion.swift.model
- nion.swift.test
- nionui_app.nionswift
- nionswift_plugin.none
- nionlib
- nion.typeshed
about:
home: https://github.com/nion-software/nionswift
license: GPL-3.0
summary: Nion Swift image and data processing application.
description: "An application for image and data processing."
extra:
recipe-maintainers:
cmeyer