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: