Skip to content

Commit

Permalink
#97 Fixed dependency on pygeppetto
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Apr 25, 2020
1 parent 5987bea commit 49c8c50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="jupyter_geppetto",
version="1.0.1",
version="1.1.0",
url="https://github.com/openworm/org.geppetto.frontend.jupyter",
author="The Geppetto Development Team",
author_email="info@geppetto.org",
Expand Down Expand Up @@ -85,7 +85,7 @@
'wcwidth==0.1.7',
'webencodings==0.5.1',
'widgetsnbextension==3.4.1',
'jupyter==1.0.0',
'pygeppetto>=0.5.0'
'jupygter==1.0.0',
'pygeppetto>=0.8.0'
],
)

0 comments on commit 49c8c50

Please sign in to comment.