Skip to content

Commit 96556be

Browse files
committed
build: preserve Python 3.9 Open Babel support
Coding-Agent: Codex Codex-Version: codex-cli 0.151.0 Model: gpt-5.6-sol Reasoning-Effort: xhigh
1 parent 889e4ef commit 96556be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ dependencies = [
3333
'dargs>=0.4.0',
3434
'h5py',
3535
'pymatgen-analysis-defects',
36-
'openbabel>=3.2.0',
36+
'openbabel-wheel>=3.1.1.22; python_version < "3.10"',
37+
'openbabel>=3.2.0; python_version >= "3.10"',
3738
'packaging',
3839
]
3940
requires-python = ">=3.9"

0 commit comments

Comments
 (0)