From 9c329549b14dfe588946ea1e0da7f98d8c1474ce Mon Sep 17 00:00:00 2001 From: marscher Date: Thu, 21 Apr 2016 17:13:59 +0200 Subject: [PATCH] [setup] fix bhmm version range --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59ea344de..af61d280b 100755 --- a/setup.py +++ b/setup.py @@ -217,7 +217,7 @@ def run(self): 'matplotlib', 'msmtools', 'thermotools>=0.1.14', - 'bhmm<0.7', + 'bhmm>=0.6,<0.7', 'joblib>0.8.4', 'pyyaml', 'psutil>=3.1.1',