Skip to content

Commit 3138408

Browse files
committed
Update mp-api dependency
1 parent 1ee6862 commit 3138408

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ docs = [
7373
"sphinx-book-theme==1.1.3",
7474
"myst-nb==1.1.2"
7575
]
76-
mp = ["mp-api"]
76+
mp = ["mp-api>=0.45.3"]
7777

78-
crystal_space = ["mp-api",
78+
crystal_space = ["smact[mp]",
7979
"ElementEmbeddings",
8080
"umap-learn==0.5.3",
8181
"kaleido",
@@ -95,7 +95,7 @@ ml = ["xgboost","shap","smact[featurisers]"]
9595

9696
optional = [
9797
"pydantic>=2.9.2",
98-
"mp-api>=0.42.2",
98+
"smact[mp]",
9999
"pymatviz>=0.14",
100100
"seaborn>=0.13.2",
101101
"pymatgen>=2024.2.20",
@@ -110,7 +110,7 @@ optional = [
110110
]
111111
strict = [
112112
"pydantic==2.9.2",
113-
"mp-api==0.45.0",
113+
"mp-api==0.45.3",
114114
"pymatviz==0.15.0",
115115
"seaborn==0.13.2",
116116
"pymatgen==2024.11.13",

0 commit comments

Comments
 (0)