Skip to content

Commit 990222c

Browse files
author
wjm41
committed
added rdkit-pypi dependency
1 parent 728e4ab commit 990222c

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ A readable walkthrough of how to use the package together with some useful examp
1717

1818
```sh
1919
pip install molplotly
20-
conda install rdkit
2120
```
2221

2322
## Usage

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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",
@@ -29,3 +30,5 @@
2930
"Programming Language :: Python :: 3",
3031
],
3132
)
33+
34+
# TODO - change link in blog

setup_pip.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
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",

0 commit comments

Comments
 (0)