From f81e61179ce3b8e87354e1b69a2cb26ba3af69f1 Mon Sep 17 00:00:00 2001 From: Mary Chester-Kadwell Date: Mon, 21 Feb 2022 16:47:23 +0000 Subject: [PATCH] Add minimal requirements for users who "know what they are doing" --- requirements-minimal.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 requirements-minimal.txt diff --git a/requirements-minimal.txt b/requirements-minimal.txt new file mode 100644 index 0000000..20cb48b --- /dev/null +++ b/requirements-minimal.txt @@ -0,0 +1,10 @@ +# Use this requirements-minimal.txt if you wish to use your existing installation of Jupyter, numpy etc. +# Please be aware: you might find you have to debug the installation of dependencies +beautifulsoup4 +doccano-transformer +en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.5/en_core_web_sm-2.2.5.tar.gz#egg=en_core_web_sm +matplotlib +pymorphy2 +spacy==2.2.4 +sparqlwrapper +wptools