mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
11 lines
252 B
TOML
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"
|
|
|