Skip to content

Commit 437ba78

Browse files
committed
Add conda recipe
1 parent abdc8ac commit 437ba78

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

conda/meta.yaml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
package:
2+
name: beams
3+
version: 0.1.0
4+
5+
source:
6+
git_rev: dev
7+
git_url: https://github.com/computational-metabolomics/beams.git
8+
9+
build:
10+
number: 0
11+
noarch: python
12+
script: python -m pip install --no-deps --ignore-installed .
13+
14+
requirements:
15+
build:
16+
- python
17+
- setuptools
18+
- future
19+
- networkx
20+
- numpy
21+
- scipy
22+
- pandas
23+
- requests
24+
- biopython
25+
- pyteomics
26+
- matplotlib
27+
- tqdm
28+
- seaborn
29+
- pyqt
30+
run:
31+
- python
32+
- setuptools
33+
- future
34+
- networkx
35+
- numpy
36+
- scipy
37+
- pandas
38+
- requests
39+
- biopython
40+
- pyteomics
41+
- matplotlib
42+
- tqdm
43+
- seaborn
44+
- pyqt
45+
46+
test:
47+
commands:
48+
- beams --help
49+
imports:
50+
- beams
51+
52+
about:
53+
home: https://github.com/computational-metabolomics/beams
54+
license: GPLv3
55+
56+
extra:
57+
copy_test_source_files: true
58+
final: true

0 commit comments

Comments
 (0)