Skip to content

Commit

Permalink
Bump min requirement for bioluigi to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Jun 7, 2024
1 parent 56984af commit a34826a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author_email='poirigui@msl.ubc.ca',
classifiers=['License :: Public Domain'],
packages=find_packages(),
install_requires=['luigi', 'python-daemon<3.0.0', 'bioluigi>=0.1.3', 'requests', 'pandas'],
install_requires=['luigi', 'python-daemon<3.0.0', 'bioluigi>=0.1.4', 'requests', 'pandas'],
extras_require={
'gsheet': ['google-api-python-client', 'google-auth-httplib2', 'google-auth-oauthlib', 'pyxdg'],
'webviewer': ['Flask', 'gunicorn']},
Expand Down

0 comments on commit a34826a

Please sign in to comment.