File: meta.yaml

package info (click to toggle)
python-pymbar 3.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 37,828 kB
  • sloc: python: 5,326; makefile: 154; ansic: 59; perl: 52; sh: 46
file content (34 lines) | stat: -rw-r--r-- 559 bytes parent folder | download
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
package:
  name: pymbar-dev
  version: !!str 3.0.4.dev0

source:
  path: ../../

requirements:
  build:
    - python
    - setuptools
    - six
    - numpy 1.11.*
    - toolchain
  run:
    - python
    - numpy >=1.11
    - scipy
    - numexpr
    - six

test:
  requires:
    - pytest
    - statsmodels <0.13
  imports:
    - pymbar
  commands:
    - pytest -v --color=yes --doctest-modules pymbar/

about:
  home: https://github.com/choderalab/pymbar
  license: MIT
  summary: Python implementation of the multistate Bennett acceptance ratio (MBAR) method.