Skip to content

Commit

Permalink
neurondm setup.py update pyontutils version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Jun 17, 2019
1 parent de30d6a commit 8c3cfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurondm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def find_version(filename):
python_requires='>=3.6',
tests_require=tests_require,
install_requires=[
'pyontutils>=0.1.1',
'pyontutils>=0.1.2',
],
extras_require={'dev': ['pytest-cov', 'wheel'],
'test': tests_require,
Expand Down

0 comments on commit 8c3cfe4

Please sign in to comment.