Skip to content

Commit

Permalink
added rdkit-pypi dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wjm41 committed Mar 14, 2023
1 parent 728e4ab commit 990222c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ A readable walkthrough of how to use the package together with some useful examp

```sh
pip install molplotly
conda install rdkit
```

## Usage
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"werkzeug>=2.0.0",
"jupyter-dash>=0.4.2",
"plotly>=5.0.0",
"rdkit-pypi>=2021.9.4",
"pandas",
"ipykernel",
"nbformat",
Expand All @@ -29,3 +30,5 @@
"Programming Language :: Python :: 3",
],
)

# TODO - change link in blog
3 changes: 2 additions & 1 deletion setup_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
author="William McCorkindale",
author_email="[email protected]",
url="https://github.com/wjm41/molplotly",
download_url="https://github.com/wjm41/molplotly/archive/refs/tags/v1.1.5.tar.gz",
download_url="https://github.com/wjm41/molplotly/archive/refs/tags/v1.1.6.tar.gz",
install_requires=[
"dash>=2.0.0",
"werkzeug>=2.0.0",
"jupyter-dash>=0.4.2",
"plotly>=5.0.0",
"rdkit-pypi>=2021.9.4",
"pandas",
"ipykernel",
"nbformat",
Expand Down

0 comments on commit 990222c

Please sign in to comment.