forked from soft-matter/trackpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
44 lines (38 loc) · 840 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
package:
name: trackpy
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}.post{{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
string: {{ environ.get('GIT_BUILD_STR', '') + '_py' + environ['PY_VER'] }}
source:
git_url: ../
requirements:
build:
- python
- setuptools
- six
- pyyaml
- numpy
- pandas
- scipy
- pims
- matplotlib
run:
- python
- six >=1.8
- pyyaml
- numpy >=1.7
- pandas >=0.12.0
- numexpr # required for pandas DataFrame.query, used in examples
- scipy >=0.12.0
- matplotlib
- pims >=0.2.2
- pyyaml
- numba >=0.13.4
test:
imports:
- trackpy
about:
home: http://trackpy.readthedocs.org
license: 3-clause BSD License
summary: 'Python particle-tracking toolkit'