blob: 05cbb6a12162d16f267125d45f258120849fbfae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2024-09-07 04:18:42 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ requires = [
"wheel",
"setuptools>=42",
# see https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-0-specific-advice
- "numpy>=2.0.0rc2",
+ "numpy",
"setuptools_scm[toml]>=7.1",
"Cython>=3.0.0"
]
|