From 70259fc4212046c4c089dd68377cf230cbcc9663 Mon Sep 17 00:00:00 2001 From: Kevin M Jablonka <32935233+kjappelbaum@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:18:58 +0100 Subject: [PATCH] chore: add rdkit dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 039b617..b663051 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ dependencies = [ "evaluate", "wandb", "huggingface-hub", + "rdkit" ] [project.urls]