ports/math/py-pytensor/files/patch-pyproject.toml
Yuri Victorovich 1f0dccc6ed math/py-pytensor: Update 2.12.3 → 2.13.0
Reported by:	portscout
2023-07-14 23:42:49 -07:00

11 lines
252 B
TOML

--- pyproject.toml.orig 2023-07-15 06:36:08 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ requires = [
"setuptools>=48.0.0",
"cython",
"numpy>=1.17.0",
- "versioneer[toml]==0.28",
+ "versioneer[toml]",
]
build-backend = "setuptools.build_meta"