From f573741e0155ccd1b15de108a747575f3554c489 Mon Sep 17 00:00:00 2001 From: sbailo <sbailo@fhi-berlin.mpg.de> Date: Wed, 2 Feb 2022 14:39:11 +0100 Subject: [PATCH] Downgrade jupyter-jsmol version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 788139a..8f76ba9 100644 --- a/setup.py +++ b/setup.py @@ -13,5 +13,5 @@ setup( description=metainfo['title'], long_description=metainfo['description'], packages=find_packages(), - install_requires=['numpy', 'pandas', 'matplotlib','scikit-learn','ipywidgets','nglview','ase','jupyter_helpers', 'jupyter_jsmol'], + install_requires=['numpy', 'pandas', 'matplotlib','scikit-learn','ipywidgets','nglview','ase','jupyter_helpers', 'jupyter_jsmol==2021.3.0'], ) -- GitLab