From ff0c55b81ac30bafa33141431afcb611b6f08678 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 14 Feb 2016 21:48:54 +0100 Subject: [PATCH] Update bhmm dependency --- setup.py | 2 +- tools/conda-recipe/meta.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1b6e64f68..5e5235379 100755 --- a/setup.py +++ b/setup.py @@ -215,7 +215,7 @@ def run(self): 'matplotlib', 'msmtools', 'thermotools>=0.1.14', - 'bhmm<0.6', + 'bhmm<0.7', 'joblib==0.8.4', 'pyyaml', 'psutil>=3.1.1', diff --git a/tools/conda-recipe/meta.yaml b/tools/conda-recipe/meta.yaml index 025034507..bc6bfcf9d 100644 --- a/tools/conda-recipe/meta.yaml +++ b/tools/conda-recipe/meta.yaml @@ -13,7 +13,7 @@ requirements: - setuptools - cython >=0.20 - - bhmm <0.6 + - bhmm <0.7 - joblib ==0.8.4 - matplotlib - mdtraj >=1.5 @@ -31,7 +31,7 @@ requirements: run: - python - setuptools - - bhmm <0.6 + - bhmm <0.7 - joblib ==0.8.4 - matplotlib - mdtraj >=1.5