summaryrefslogtreecommitdiff
path: root/math/py-POT/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-POT/files/patch-pyproject.toml')
-rw-r--r--math/py-POT/files/patch-pyproject.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/math/py-POT/files/patch-pyproject.toml b/math/py-POT/files/patch-pyproject.toml
new file mode 100644
index 000000000000..c2896e3923c0
--- /dev/null
+++ b/math/py-POT/files/patch-pyproject.toml
@@ -0,0 +1,9 @@
+--- pyproject.toml.orig 2023-12-23 09:30:10 UTC
++++ pyproject.toml
+@@ -1,3 +1,3 @@
+ [build-system]
+-requires = ["setuptools", "wheel", "oldest-supported-numpy", "cython>=0.23"]
+-build-backend = "setuptools.build_meta"
+\ No newline at end of file
++requires = ["setuptools", "wheel", "numpy", "cython>=0.23"]
++build-backend = "setuptools.build_meta"