We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9721075 + 616151c commit b0cc152Copy full SHA for b0cc152
1 file changed
pyproject.toml
@@ -37,7 +37,8 @@ urls.Tracker = "https://github.com/MapIV/pypcd4/issues"
37
dev = ["ruff", "mypy", "setuptools-scm"]
38
39
[build-system]
40
-requires = ["hatchling", "hatch-vcs"]
+# pinned hatchling version because https://github.com/astral-sh/rye/issues/1446
41
+requires = ["hatchling==1.26.3", "hatch-vcs"]
42
build-backend = "hatchling.build"
43
44
[tool.rye]
0 commit comments