Removed lom to fix py3.13 issues

This commit is contained in:
2025-06-06 13:54:14 +01:00
parent e74d2017fc
commit 926196b30f
2 changed files with 0 additions and 6 deletions

View File

@@ -23,11 +23,6 @@
"text": "Publications",
"value": url_for("invenio_records_marc21.search"),
"title": "publication",
},{
"key": "lom",
"text": "Educational Resources",
"value": url_for("invenio_records_lom.search"),
"title": "oer",
}
]
%}

View File

@@ -28,7 +28,6 @@ dependencies = [
"invenio-config-iform>=2025.5.20.1",
"invenio_records_global_search>=0.0.1",
"invenio_records_marc21>=0.21.0",
"invenio-records-lom>=0.16.0",
]
[project.urls]