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",