diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-12-23 01:44:03 -0800 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-12-23 01:44:03 -0800 |
| commit | c979e833c98963bb32216474111f1817ceac3d29 (patch) | |
| tree | baac3da58376324c4cd8a7a612a48fe33580eac8 /math/py-POT/files/patch-setup.py | |
| parent | math/rumur: update 2023.05.21 → 2023.11.27 (diff) | |
math/py-POT: New port: Python Optimal Transport Library
Diffstat (limited to 'math/py-POT/files/patch-setup.py')
| -rw-r--r-- | math/py-POT/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
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=[ |
