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.
|