-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeta.yaml
53 lines (49 loc) · 898 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
46
47
48
49
50
51
52
53
package:
name: likelihood_combiner
version: "0.5.2"
source:
git_url: https://github.com/TjarkMiener/likelihood_combiner
git_rev: v0.5.2
build:
noarch: generic
number: 0
requirements:
build:
- python>=3.9
- matplotlib
- numpy>=1.15.0
- jupyter
- scipy
- pandas
- pyyaml
- pytables
host:
- python>=3.9
- matplotlib
- numpy>=1.15.0
- jupyter
- scipy
- pandas
- pyyaml
- pytables
run:
- python>=3.9
- matplotlib
- numpy>=1.15.0
- jupyter
- scipy
- pandas
- pyyaml
- pytables
test:
imports:
- likelihood_combiner
about:
home: https://github.com/TjarkMiener/likelihood_combiner
license: GPL-3.0 License
license_file: LICENSE
summary: LikelihoodCombiner combines likelihoods from different experiments.
extra:
recipe-maintainers:
- TjarkMiener
- nietootein