From 78fcdd2c70bfbfa9a48ee3a038fe5a6baeae89a5 Mon Sep 17 00:00:00 2001 From: Md Rezaul Karim <rezaul.karim@fit.fraunhofer.de> Date: Fri, 15 Oct 2021 01:23:53 +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 111a9e6..6c0d207 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==5.0", + "rdflib~=5.0", "ipython>=7.0.0", "graphviz", "sparqlwrapper>=1.8.5", -- GitLab