From 650f93c92f7203513ac48574091ca2612ccd6972 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Mon, 25 Apr 2022 07:45:38 +0200 Subject: [PATCH] Depend on DataLad 0.16 With this dependency we can configure `datalad.extensions.load=ebrains` and have the extension loaded automatically on start-up, for any invocation, not just extension commands. This enables us to patch `clone_dataset()` to call `ebrains-kg2ds` for any URL that points to an ebrains dataset landing page. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c713a0e..7ddd740 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,9 +12,9 @@ classifiers = Programming Language :: Python :: 3 [options] -python_requires = >= 3.5 +python_requires = >= 3.6 install_requires = - datalad >= 0.12.0 + datalad >= 0.16 test_requires = nose coverage