20 lines
701 B
TOML
20 lines
701 B
TOML
--- pyproject.toml.orig 2025-07-04 16:37:46 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,14 +1,10 @@
|
|
[build-system]
|
|
requires = [
|
|
- "numpy<2.0; python_version<'3.9'",
|
|
- "numpy==2.0.2; python_version>='3.9' and python_version<'3.13'",
|
|
- "numpy==2.1.3; python_version=='3.13'",
|
|
- "numpy==2.3.2; python_version=='3.14'",
|
|
+ "numpy>=1.13.3",
|
|
"packaging",
|
|
"pip",
|
|
"scikit-build>=0.14.0",
|
|
- "setuptools==59.2.0; python_version<'3.12'",
|
|
- "setuptools<70.0.0; python_version>='3.12'",
|
|
+ "setuptools",
|
|
]
|
|
# use a custom backend to manage CMake check / installation
|
|
# see https://scikit-build.readthedocs.io/en/latest/usage.html#adding-cmake-as-building-requirement-only-if-not-installed-or-too-low-a-version
|