We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad0661b + 0644b5d commit 4d68f63Copy full SHA for 4d68f63
1 file changed
pyproject.toml
@@ -28,5 +28,5 @@ packages = ["posteriors"]
28
"__init__.py" = ["F401", "F821", "E402"]
29
30
[build-system]
31
-requires = ["setuptools"]
32
-build-backend = "setuptools.build_meta"
+requires = ["setuptools>=64", "setuptools_scm>=8"]
+build-backend = "setuptools.build_meta"
0 commit comments