From 955e74fc8e15c78f56f50927b1113c93ea2e2646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Wed, 10 Nov 2021 08:48:54 +0100 Subject: [PATCH] Add requirements Now the dependencies should be automatically installed if you open the repo through Jupyter Binder --- requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..fcaa93c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +future +rdflib +rdflib-jsonld +lxml +html5lib +scikit-learn +seaborn +pydotplus +graphviz