From eb7e01b1d05960b3acbfcd72b678e4ef81f48c6a Mon Sep 17 00:00:00 2001 From: Christian Monch Date: Fri, 9 Sep 2022 09:48:52 +0200 Subject: [PATCH] use un-released datalad version without metadata This commit declares a dependency on the datalad branch `mih/mnt-metadata-mv`. In this branch the metadata code is removed from datalad core. This dependency should be replaces by a proper `datalad>=0.17.x`, whenever `datalad` with metadata code removed is released. --- requirements-devel.txt | 5 ++++- requirements.txt | 5 ++++- setup.cfg | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/requirements-devel.txt b/requirements-devel.txt index 1688dd3e..34d69e52 100644 --- a/requirements-devel.txt +++ b/requirements-devel.txt @@ -1,5 +1,8 @@ six -datalad>=0.15.6 +# replace the following line with the datalad version without +# metadata code, when that is released, e.g. +# datalad>=0.17.4 +git+https://github.com/mih/datalad.git@mnt-metadata-mv#egg=datalad coverage sphinx>=1.7.8 sphinx-rtd-theme diff --git a/requirements.txt b/requirements.txt index a7aeac43..74b057a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,8 @@ six -datalad>=0.15.6 +# replace the following line with the datalad version without +# metadata code, when that is released, e.g. +# datalad>=0.17.4 +git+https://github.com/mih/datalad.git@mnt-metadata-mv#egg=datalad sphinx>=1.7.8 sphinx-rtd-theme pyyaml diff --git a/setup.cfg b/setup.cfg index 45f0f9f0..b7d0f508 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,7 @@ classifiers = python_requires = >= 3.5 install_requires = six - datalad >=0.15.6 + # uncomment this when datalad is released without metadata code in core: datalad >=0.17.x datalad-metadata-model >=0.3.5,<0.4.0 pyyaml test_requires =