blob: 499ce61c25e6aa6762613dd5f1baa6f1496ef021 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- pyproject.toml.orig 2022-11-09 12:37:21 UTC
+++ pyproject.toml
@@ -2,11 +2,11 @@ requires = [
requires = [
"scikit-build-core",
"pybind11",
- "Cython>=3",
+ "Cython",
"numpy==1.17.* ; python_version == '3.8' and platform_machine not in 'arm64|aarch64'",
"numpy==1.19.* ; python_version == '3.8' and platform_machine == 'aarch64'",
"numpy==1.21.* ; python_version == '3.8' and platform_machine == 'arm64'",
- "numpy>=2.0.1 ; python_version >= '3.9'"
+ "numpy>=1.25 ; python_version >= '3.9'"
]
build-backend = "scikit_build_core.build"
|