forked from nion-software/niondata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
39 lines (33 loc) · 678 Bytes
/
meta.yaml
File metadata and controls
39 lines (33 loc) · 678 Bytes
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
package:
name: 'niondata'
version: '0.15.3'
source:
git_rev: 0.15.3
git_url: https://github.com/nion-software/niondata.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.8
- nionutils >=0.4.5,<0.5.0
- scipy
- numpy >=1.21,<2.0
test:
imports:
- nion.data
- nion.data.test
about:
home: https://github.com/nion-software/niondata
license: Apache-2.0
summary: Nion UI classes.
description: "A library of useful data processing classes."
extra:
recipe-maintainers:
cmeyer