Skip to content
Snippets Groups Projects
Commit decf1ea9 authored by Md Rezaul Karim's avatar Md Rezaul Karim
Browse files

Downgrading rdflib to ~=5.0" as RDFNamespace class is not available in rdflib~=6.0.

parent cb5d8a10
Branches
No related tags found
No related merge requests found
...@@ -14,15 +14,13 @@ setuptools.setup( ...@@ -14,15 +14,13 @@ setuptools.setup(
url="https://git.rwth-aachen.de/i5/teaching/jupyter-rdfify", url="https://git.rwth-aachen.de/i5/teaching/jupyter-rdfify",
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
install_requires=[ install_requires=[
"rdflib~=5.0"#_RDFNamespace class is not available in rdflib~=6.0. So, we need to downgrade it, "rdflib~=5.0",
"ipython>=7.0.0", "ipython>=7.0.0",
"graphviz", "graphviz",
"sparqlwrapper>=1.8.5", "sparqlwrapper>=1.8.5",
"sparqlslurper~=0.4", "sparqlslurper~=0.4",
"PyShEx", "PyShEx",
"owlrl"#, "owlrl"
#"sparqlslurper @ git+https://git.rwth-aachen.de/rezaul.karim/sparqlslurper.git@master",
#"PyShEx @ git+https://git.rwth-aachen.de/rezaul.karim/PyShEx.git@master"
], ],
classifiers=[ classifiers=[
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment