Skip to content
Snippets Groups Projects
Commit 60e57319 authored by Lars Pieschel's avatar Lars Pieschel
Browse files

Fixed ipython dependency

parent 6bf1e1c9
Branches
No related tags found
No related merge requests found
__version__ = '1.0.0'
__version__ = '1.0.1'
from IPython.display import display_javascript
from .jupyter_rdf import JupyterRDF
......
......@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="jupyter-rdfify",
version="1.0.0",
version="1.0.1",
author="Lars Pieschel",
author_email="lars.pieschel@rwth-aachen.de",
description="IPython Extension for semantic web technology support (Turtle, SPARQL, ShEx, etc.)",
......@@ -16,7 +16,7 @@ setuptools.setup(
install_requires=[
"rdflib",
"rdflib-jsonld",
"ipython>=7.18.0",
"ipython>=7.0.0",
"graphviz",
"sparqlwrapper",
"owlrl",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment