Skip to content

Commit

Permalink
[setup] sync deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Jun 21, 2016
1 parent f7b4486 commit 042fa8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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:
Expand Down

0 comments on commit 042fa8c

Please sign in to comment.