forked from Lainports/opnsense-ports
14 lines
294 B
TOML
14 lines
294 B
TOML
--- pyproject.toml.orig 2023-08-15 13:45:59 UTC
|
|
+++ pyproject.toml
|
|
@@ -2,9 +2,9 @@
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel",
|
|
- "Cython>=3.0a7",
|
|
+ "Cython",
|
|
"setuptools_scm[toml]>=6.2",
|
|
- "oldest-supported-numpy"
|
|
+ "numpy"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|