Skip to content
Snippets Groups Projects
Commit 28b32102 authored by Swen Vermeul's avatar Swen Vermeul
Browse files

bumped version to 0.5.0. jupyter-openbis-server is now a dependency

parent 0a6f054f
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name='jupyter-openbis-extension',
version= '0.4.0',
version= '0.5.0',
author='Swen Vermeul | ID SIS | ETH Zürich',
author_email='swen@ethz.ch',
description='Extension for Jupyter notebooks to connect to openBIS and download/upload datasets, inluding the notebook itself',
......@@ -23,7 +23,7 @@ setup(
install_requires=[
'jupyter-nbextensions-configurator',
'jupyter',
'pybis>=1.9.5',
'jupyter-openbis-server',
'numpy',
'tornado==5.1.1',
],
......@@ -113,10 +113,6 @@ setup(
("etc/jupyter/nbconfig/notebook.d", [
"jupyter-config/nbconfig/notebook.d/jupyter_openbis_extension.json"
]),
# like `jupyter serverextension enable --sys-prefix`
("etc/jupyter/jupyter_notebook_config.d", [
"jupyter-config/jupyter_notebook_config.d/jupyter_openbis_extension.json"
])
],
zip_safe=False,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment