-
Notifications
You must be signed in to change notification settings - Fork 3
/
meta.yaml
45 lines (36 loc) · 855 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
package:
name: pydym
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.get('GIT_BUILD_STR', '') }}
source:
git_url: ./
requirements:
build:
- python
- h5py >=2.0.0
- matplotlib >=1.0.0
- numpy >=1.8.0
- scipy >=0.10.0
run:
- python
- h5py >=2.0.0
- matplotlib >=1.0.0
- numpy >=1.8.0
- scipy >=0.10.0
test:
# Python imports
imports:
- pydym
commands:
python run_test.py
about:
home: http://github.com/jesserobertson/pydym
license: BSD License or MIT License
summary: 'Dynamic mode decompositions in Python'
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml