Skip to content

Commit 6f4c564

Browse files
pin scipy temporarily pending matminer fix
1 parent 035e92a commit 6f4c564

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ dynamic = ["version"]
3434

3535
[project.optional-dependencies]
3636
mcp = ["fastmcp"]
37-
all = ["emmet-core[all]>=0.86.2", "custodian", "mpcontribs-client>=5.10", "mp_api[mcp]"]
37+
all = [
38+
"emmet-core[all]>=0.86.2",
39+
"custodian",
40+
"mpcontribs-client>=5.10",
41+
"mp_api[mcp]",
42+
"scipy<1.17.0", # pending fixes in matminer
43+
]
3844
test = [
3945
"pre-commit",
4046
"pytest",

0 commit comments

Comments
 (0)