From b7eb2236e689a197e78947d82b233405de0123b0 Mon Sep 17 00:00:00 2001 From: sfluegel Date: Fri, 19 Sep 2025 14:19:09 +0200 Subject: [PATCH] add descriptatorus to mandatory dependencies (this time for real) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2159beb..1e8745d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] dependencies = [ "chebai", + "descriptastorus", # below packages need to manually installed as mentioned in readme # torch-geometric # torch_scatter @@ -15,7 +16,6 @@ dependencies = [ [project.optional-dependencies] dev = [ "tox", - "descriptastorus", ] linters = [