From f5fb9f55f1ddf38b291b729d1a54481e0121499e Mon Sep 17 00:00:00 2001 From: sbailo <sbailo@fhi-berlin.mpg.de> Date: Thu, 16 Sep 2021 14:01:42 +0200 Subject: [PATCH] Install previous version of jupyter jsmol --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d86ea1..b730422 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( description=metainfo['title'], long_description=metainfo['description'], packages=find_packages(), - install_requires=['pandas', 'matplotlib', 'scikit-learn', 'bokeh', 'ase', 'numpy', 'colorcet', 'jupyter_jsmol', 'plotly'], + install_requires=['pandas', 'matplotlib', 'scikit-learn', 'bokeh', 'ase', 'numpy', 'colorcet', 'jupyter_jsmol==2021.3.0', 'plotly'], ) -- GitLab