Skip to content

Commit 391b92e

Browse files
committed
Add rdkit to test dependency group.
Was previously pulled indirectly through the type-check group.
1 parent 92ea219 commit 391b92e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tutorials = [
5353
]
5454

5555
[dependency-groups]
56-
tests = ["pytest>=6.1.2", "pytest-cov", "ipython", "prolif[plots]"]
56+
tests = ["pytest>=6.1.2", "pytest-cov", "ipython", "rdkit", "prolif[plots]"]
5757
docs = [
5858
"sphinx==5.3.0",
5959
"sphinx-copybutton",

0 commit comments

Comments
 (0)