diff options
Diffstat (limited to 'math/py-bottleneck/files/patch-pyproject.toml')
-rw-r--r-- | math/py-bottleneck/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/py-bottleneck/files/patch-pyproject.toml b/math/py-bottleneck/files/patch-pyproject.toml new file mode 100644 index 000000000000..0f93828ea05a --- /dev/null +++ b/math/py-bottleneck/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2024-02-25 00:30:13 UTC ++++ pyproject.toml +@@ -3,5 +3,5 @@ requires = [ + "setuptools", + "versioneer", + "wheel", +- "oldest-supported-numpy" ++ "numpy" + ] |