Skip to content

Commit a975ef8

Browse files
committed
Set minimum version of bioluigi to 0.1.3
1 parent f1be072 commit a975ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
author_email='poirigui@msl.ubc.ca',
1212
classifiers=['License :: Public Domain'],
1313
packages=find_packages(),
14-
install_requires=['luigi', 'python-daemon<3.0.0', 'bioluigi', 'requests', 'pandas'],
14+
install_requires=['luigi', 'python-daemon<3.0.0', 'bioluigi>=0.1.3', 'requests', 'pandas'],
1515
extras_require={
1616
'gsheet': ['google-api-python-client', 'google-auth-httplib2', 'google-auth-oauthlib', 'pyxdg'],
1717
'webviewer': ['Flask', 'gunicorn']},

0 commit comments

Comments
 (0)