From a507f6c6aa6646d58215e85e86fb763c2c3e864e Mon Sep 17 00:00:00 2001 From: sbailo <sbailo@fhi-berlin.mpg.de> Date: Mon, 17 Jan 2022 17:13:46 +0100 Subject: [PATCH] Remove version from jsmol --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b730422..7d86ea1 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==2021.3.0', 'plotly'], + install_requires=['pandas', 'matplotlib', 'scikit-learn', 'bokeh', 'ase', 'numpy', 'colorcet', 'jupyter_jsmol', 'plotly'], ) -- GitLab