Skip to content

Commit 3b6b93b

Browse files
committed
fix build errors
aims not apart of optional as it's not needed in tests
1 parent e502cf5 commit 3b6b93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ numba = ["numba>=0.55"]
9898
numpy-v1 = ["numpy>=1.25.0,<2"] # Test NP1 on Windows (quite buggy ATM)
9999
zeopp = ["pyzeo"] # Note: requires voro++ and zeo++ to be installed as binaries
100100
optional = [
101-
"pymatgen[abinit,ase,mlp,tblite,aims]",
101+
"pymatgen[abinit,ase,mlp,tblite]",
102102
"beautifulsoup4",
103103
# BoltzTraP2 build fails on Windows GitHub runners
104104
"BoltzTraP2>=24.9.4 ; platform_system != 'Windows'",

0 commit comments

Comments
 (0)