Skip to content
Snippets Groups Projects
Commit 9a1da67a authored by Luigi Sbailo's avatar Luigi Sbailo
Browse files

install jupyter-jsmol in setup

parent 24e27544
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ setup( ...@@ -13,7 +13,7 @@ setup(
description=metainfo['title'], description=metainfo['title'],
long_description=metainfo['description'], long_description=metainfo['description'],
packages=find_packages(), packages=find_packages(),
install_requires=['numpy','pandas','plotly'], install_requires=['numpy','pandas','plotly', 'jupyter_jsmol==2021.3.0'],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment