File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ A readable walkthrough of how to use the package together with some useful examp
1717
1818``` sh
1919pip install molplotly
20- conda install rdkit
2120```
2221
2322## Usage
Original file line number Diff line number Diff line change 1515 "werkzeug>=2.0.0" ,
1616 "jupyter-dash>=0.4.2" ,
1717 "plotly>=5.0.0" ,
18+ "rdkit-pypi>=2021.9.4" ,
1819 "pandas" ,
1920 "ipykernel" ,
2021 "nbformat" ,
2930 "Programming Language :: Python :: 3" ,
3031 ],
3132)
33+
34+ # TODO - change link in blog
Original file line number Diff line number Diff line change 1818 author = "William McCorkindale" ,
1919 author_email = "wjm41@cam.ac.uk" ,
2020 url = "https://github.com/wjm41/molplotly" ,
21- download_url = "https://github.com/wjm41/molplotly/archive/refs/tags/v1.1.5 .tar.gz" ,
21+ download_url = "https://github.com/wjm41/molplotly/archive/refs/tags/v1.1.6 .tar.gz" ,
2222 install_requires = [
2323 "dash>=2.0.0" ,
2424 "werkzeug>=2.0.0" ,
2525 "jupyter-dash>=0.4.2" ,
2626 "plotly>=5.0.0" ,
27+ "rdkit-pypi>=2021.9.4" ,
2728 "pandas" ,
2829 "ipykernel" ,
2930 "nbformat" ,
You can’t perform that action at this time.
0 commit comments