There was an error while loading. Please reload this page.
1 parent 889e4ef commit 96556beCopy full SHA for 96556be
1 file changed
pyproject.toml
@@ -33,7 +33,8 @@ dependencies = [
33
'dargs>=0.4.0',
34
'h5py',
35
'pymatgen-analysis-defects',
36
- 'openbabel>=3.2.0',
+ 'openbabel-wheel>=3.1.1.22; python_version < "3.10"',
37
+ 'openbabel>=3.2.0; python_version >= "3.10"',
38
'packaging',
39
]
40
requires-python = ">=3.9"
0 commit comments