From b3a4fb5ae3cdf42f946788a597500918b4fb3323 Mon Sep 17 00:00:00 2001 From: "A bot of @njzjz" <48687836+njzjz-bot@users.noreply.github.com> Date: Wed, 27 May 2026 09:02:12 +0000 Subject: [PATCH] build: replace openbabel-wheel with openbabel openbabel-wheel has been superseded by the official openbabel package starting with version 3.2.0. Authored by OpenClaw (model: custom-chat-jinzhezeng-group/gpt-5.5) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19ab6110..f162de6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "v2.0.0" license = {file = "LICENSE"} readme = "README.md" dependencies = [ - "openbabel-wheel", + "openbabel>=3.2.0", "numpy", "scipy", "pandas",