summaryrefslogtreecommitdiff
path: root/math/py-POT/files/patch-pyproject.toml
blob: c2896e3923c0b760cd1b5db4d8b86e9b1ff3fc8e (plain) (blame)
1
2
3
4
5
6
7
8
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"