Skip to content

Commit

Permalink
use un-released datalad version without metadata
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
christian-monch committed Sep 9, 2022
1 parent 492c228 commit eb7e01b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion requirements-devel.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
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.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 =
Expand Down

0 comments on commit eb7e01b

Please sign in to comment.