From 933299bee153fa433a0c09123edce99d626d94ce Mon Sep 17 00:00:00 2001
From: Md Rezaul Karim <rezaul.karim@fit.fraunhofer.de>
Date: Fri, 15 Oct 2021 01:15:13 +0200
Subject: [PATCH] Update setup.py

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index f2976bc..1c08572 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ setuptools.setup(
     url="https://git.rwth-aachen.de/i5/teaching/jupyter-rdfify",
     packages=setuptools.find_packages(),
     install_requires=[
-        "rdflib>=6.0.2",
+        "rdflib==5.0.0",
         "ipython>=7.0.0",
         "graphviz",
         "sparqlwrapper>=1.8.5",
-- 
GitLab