forked from Lainports/freebsd-ports
9 lines
195 B
TOML
9 lines
195 B
TOML
--- pyproject.toml.orig 2024-02-25 00:30:13 UTC
|
|
+++ pyproject.toml
|
|
@@ -3,5 +3,5 @@ requires = [
|
|
"setuptools",
|
|
"versioneer",
|
|
"wheel",
|
|
- "oldest-supported-numpy"
|
|
+ "numpy"
|
|
]
|