Skip to content

Commit bc10cb3

Browse files
authored
Merge pull request #33 from HellevdM/main
update rdkit-pypi to rdkit
2 parents 98144a9 + 884ed12 commit bc10cb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"werkzeug>=2.0.0",
1616
"jupyter-dash>=0.4.2",
1717
"plotly>=5.0.0",
18-
"rdkit-pypi>=2021.9.4",
18+
"rdkit",
1919
"pandas",
2020
"ipykernel",
2121
"nbformat",

setup_pip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"werkzeug>=2.0.0",
2525
"jupyter-dash>=0.4.2",
2626
"plotly>=5.0.0",
27-
"rdkit-pypi>=2021.9.4",
27+
"rdkit",
2828
"pandas",
2929
"ipykernel",
3030
"nbformat",

0 commit comments

Comments
 (0)