From c4d1afe4f3fbe6bfbb3d74d6dc38096ef4e5f693 Mon Sep 17 00:00:00 2001 From: Roman Joeres <70888826+Old-Shatterhand@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:26:07 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a786cac..ecfc29e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.7,<4.0" numpy = "^1.21.4" -rdkit-pypi = ">=2021.9.2" +rdkit = ">=2021.9.2" antlr4-python3-runtime = "==4.9.3" networkx = ">=2.6.3" pydot = "^1.4.2"