-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmeta.yaml
52 lines (44 loc) · 1.16 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
{% set name = "FreeClimber" %}
{% set version = "0.3.2" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
git_url: "https://github.com/adamspierer/FreeClimber.git"
git_tag: dev
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- ffmpeg-python >=0.2.0
- matplotlib >=3.1.3
- numpy >=1.18.1
- pandas >=1.0.0
- pip >=20.0.2
- python >=3.4
- scipy >=1.4.1
- trackpy >=0.4.2
- wxPython >=4.0.4
run:
- ffmpeg-python >=0.2.0
- matplotlib >=3.1.3
- numpy >=1.18.1
- pandas >=1.0.0
- python >=3.4
- scipy >=1.4.1
- trackpy >=0.4.2
- wxPython >=4.0.4
test:
imports:
about:
home: "https://github.com/adamspierer/FreeClimber.git"
license: "MIT"
license_family: "OTHER"
license_file: "LICENSE.txt"
summary: "Background subtracting particle detector that quantifies vertical velocity of particles using a local linear regression"
doc_url: "https://github.com/adamspierer/FreeClimber/blob/master/TUTORIAL.md"
dev_url: "https://github.com/adamspierer/"
extra:
recipe-maintainers:
- "adamspierer"