diff --git a/setup.py b/setup.py index b730422123d627e4aab84c3e0b62eb32ee8268ab..7d86ea169d39b0366d7f6e8fb3f4bc6da7c9d82f 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'], )