Skip to content

Commit

Permalink
MNT: setup.py: Bump require DataLad version for extra_inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Apr 23, 2019
1 parent 89e9f03 commit 2036812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -59,7 +59,7 @@ def findsome(subdir, extensions):
packages=[pkg for pkg in find_packages('.') if pkg.startswith('datalad')],
# datalad command suite specs from here
install_requires=[
'datalad>=0.10.0',
'datalad>=0.11.2',
'requests>=1.2', # to talk to Singularity-hub
],
extras_require={
Expand Down

0 comments on commit 2036812

Please sign in to comment.