Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
Change-Id: I107850bef2355d5ba3a70a6d05a098165df6de4d
  • Loading branch information
Benoît Coste committed Dec 11, 2018
1 parent baa0f7d commit e3bf523
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
'tmd>=1.0.0',
'enum34>=1.0.4',
'scipy>=0.13.3',
'numpy>=1.8.0'
'morphio<=2.0.0'
'numpy>=1.8.0',
'morphio<=2.0.0',
],
'dependency_links': [
'git+ssh://bbpcode.epfl.ch/molecularsystems/TMD#egg=tmd-1.0.0',
],
'extras_require': {},
'packages': find_packages(),
'license': 'BSD',
'scripts': [],
Expand Down

0 comments on commit e3bf523

Please sign in to comment.