-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathmeta.yaml
More file actions
49 lines (43 loc) · 909 Bytes
/
Copy pathmeta.yaml
File metadata and controls
49 lines (43 loc) · 909 Bytes
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
package:
name: assaytools
version: !!str 0.1.0
source:
git_url: https://github.com/choderalab/assaytools.git
git_tag: 0.1.0
build:
entry_points:
- xml2png = assaytools.scripts.xml2png:entry_point
- xml2png4scans = assaytools.scripts.xml2png4scans:entry_point
- ipnbdoctest = assaytools.scripts.ipnbdoctest:entry_point
requirements:
build:
- python
- setuptools
- numpy
run:
- python
- numpy
- pint
- pandas
- scipy
- pymc
- matplotlib
- seaborn
- lxml
test:
requires:
- nose
- scripttest
- pint
- numpy
- scipy
- pymc
- matplotlib
- seaborn
- lxml
imports:
- assaytools
about:
home: http://assaytools.choderalab.org
license: GNU Lesser General Public License v2 or later (LGPLv2+)
summary: A library for the modeling and analysis of plate-based assays (development snapshot)