13 lines
227 B
Text
13 lines
227 B
Text
|
Index: pyproject.toml
|
||
|
--- pyproject.toml.orig
|
||
|
+++ pyproject.toml
|
||
|
@@ -1,6 +1,6 @@
|
||
|
[build-system]
|
||
|
requires = [
|
||
|
"Cython>=0.29.24,<3",
|
||
|
- "oldest-supported-numpy",
|
||
|
- "setuptools<64",
|
||
|
+ "numpy",
|
||
|
+ "setuptools",
|
||
|
]
|