Skip to content

Commit 0c9472a

Browse files
committed
update
1 parent eedb35c commit 0c9472a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
3-
requires = ["setuptools >= 42", "versioningit ~= 1.0", "wheel"]
3+
requires = ["setuptools >= 60", "setuptools-scm>=8.0", "wheel"]
4+
45

56
[project]
67
authors = [{ name = "Jimmy-Xuan Shen", email = "[email protected]" }]
@@ -19,7 +20,7 @@ dependencies = [
1920
"pymatgen",
2021
"scikit-image>=0.19.3",
2122
"numpy",
22-
"mp-pyrho>=0.4.0",
23+
"mp-pyrho>=0.4.4",
2324
]
2425
description = "Pymatgen extension for defects analysis"
2526
dynamic = ["version"]

0 commit comments

Comments
 (0)