From b4f91ff03aff7b57f3ca9cc56c8d73f4802c0da0 Mon Sep 17 00:00:00 2001 From: Maximilian Moser <maximilian.moser@tuwien.ac.at> Date: Mon, 24 Apr 2023 14:03:12 +0200 Subject: [PATCH] Require InvenioRDM v11 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cb903e2..2625668 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ python_requires = >=3.7 zip_safe = False install_requires = Flask-BabelEx>=0.9.4 - invenio-app-rdm>=10.0.0 + invenio-app-rdm>=11.0.0 invenio-mail>=1.0.2,<1.1.0 [options.extras_require] -- GitLab