Files
macports-ports/python/py-aesara/files/patch-pyproject.toml.diff
2024-01-13 07:30:24 -05:00

12 lines
262 B
Diff

--- pyproject.toml.orig 2024-01-13 07:23:01
+++ pyproject.toml 2024-01-13 07:23:13
@@ -1,7 +1,7 @@
[build-system]
requires = [
"hatchling >=1.11.1,<2.0.0",
- "hatch-vcs >=0.3.0,<0.4.0",
+ "hatch-vcs >=0.3.0",
]
build-backend = "hatchling.build"