Skip to content

Commit

Permalink
Depend on datalad 0.18.1
Browse files Browse the repository at this point in the history
Adjust our clone-patch accordingly. datalad-next now longer carries
it.
  • Loading branch information
mih committed Jan 20, 2023
1 parent 85c2305 commit 908af59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions datalad_gooey/patches/clone.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import logging
# ensure the next patch-set
import datalad_next

# later
#from datalad.core.distributed import clone as mod_clone
# but for now
from datalad_next.patches import clone as mod_clone
from datalad.core.distributed import clone as mod_clone

lgr = logging.getLogger('datalad.core.distributed.clone')

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers =
python_requires = >= 3.7
install_requires =
applescript; platform_system=='Darwin'
datalad >= 0.17.6
datalad >= 0.18.1
datalad_next >= 1.0.0
pyside6
outdated
Expand Down

0 comments on commit 908af59

Please sign in to comment.