Skip to content

Commit ebd8fea

Browse files
committed
Add alloys to optional.
1 parent 7233aa7 commit ebd8fea

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ numpy-v1 = ["numpy>=1.25.0,<2"] # Test NP1 on Windows (quite buggy ATM)
107107
optional = [
108108
"pymatgen[abinit,ase,matcalc,mlp,tblite,zeopp]",
109109
"beautifulsoup4",
110+
"pymatgen-analysis-alloys",
110111
# PR4347: BoltzTraP2 needs to bump cmake version for spglib build
111112
# "BoltzTraP2>=24.9.4",
112113
"chemview>=0.6",

tests/ext/test_matproj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def test_api_parity(mprester):
170170
"magnetism",
171171
"oxidation_states",
172172
"provenance",
173-
# "alloys",
173+
"alloys",
174174
"chemenv",
175175
"bonds",
176176
"dielectric",

uv.lock

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)