blob: 59dd05f6c3d785230b74a435810230e8d2e1fd41 (
plain) (
blame)
1
2
3
4
5
6
7
|
--- pyproject.toml.orig 2025-08-06 11:01:27 UTC
+++ pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools", "numpy>=2.0.0,<3", "Cython>=3.1"]
+requires = ["setuptools", "numpy>=0,<3", "Cython>=3.1"]
build-backend = "setuptools.build_meta"
|