opnsense-ports/math/py-pytensor/files/patch-pyproject.toml
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02: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"