From 042fa8cfc26d1fbc3cda37ad363f4ccb1cfd2d5a Mon Sep 17 00:00:00 2001 From: Martin Scherer Date: Tue, 21 Jun 2016 14:29:44 +0200 Subject: [PATCH] [setup] sync deps --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f0a7fb248..4b637186c 100755 --- a/setup.py +++ b/setup.py @@ -213,7 +213,7 @@ def run(self): # runtime dependencies install_requires=['numpy>=1.7.0', 'scipy>=0.11', - 'mdtraj>=1.5.0', + 'mdtraj>=1.7.0', 'matplotlib', 'msmtools', 'thermotools>=0.2.0', @@ -238,7 +238,7 @@ def run(self): else: # setuptools>=2.2 can handle setup_requires metadata['setup_requires'] = ['numpy>=1.7.0', - 'mdtraj>=1.5.0', + 'mdtraj>=1.7.0', 'nose', ] if sys.version_info.major == 2: