From c979e833c98963bb32216474111f1817ceac3d29 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 23 Dec 2023 01:44:03 -0800 Subject: math/py-POT: New port: Python Optimal Transport Library --- math/py-POT/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/py-POT/files/patch-setup.py (limited to 'math/py-POT/files/patch-setup.py') diff --git a/math/py-POT/files/patch-setup.py b/math/py-POT/files/patch-setup.py new file mode 100644 index 000000000000..dcca65464a91 --- /dev/null +++ b/math/py-POT/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-12-23 09:28:27 UTC ++++ setup.py +@@ -68,7 +68,7 @@ setup( + license='MIT', + scripts=[], + data_files=[], +- setup_requires=["oldest-supported-numpy", "cython>=0.23"], ++ setup_requires=["numpy", "cython>=0.23"], + install_requires=["numpy>=1.16", "scipy>=1.6"], + python_requires=">=3.6", + classifiers=[ -- cgit v1.2.3