diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-02-13 01:06:49 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-02-13 01:10:51 -0800 |
commit | df3fb512fa9ccd21b0fa5129e68c97875bd487ec (patch) | |
tree | 6cff5c2d35ac311482f1f36c083f7e02cc0cb372 /math/py-py-find-1st/files/patch-pyproject.toml | |
parent | finance/py-technical: New port: Various indicators developed or collected for... (diff) |
math/py-py-find-1st: New port: Numpy extension module for efficient search in numpy arrays
Diffstat (limited to 'math/py-py-find-1st/files/patch-pyproject.toml')
-rw-r--r-- | math/py-py-find-1st/files/patch-pyproject.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/py-py-find-1st/files/patch-pyproject.toml b/math/py-py-find-1st/files/patch-pyproject.toml new file mode 100644 index 000000000000..8949cd0b2e61 --- /dev/null +++ b/math/py-py-find-1st/files/patch-pyproject.toml @@ -0,0 +1,7 @@ +--- pyproject.toml.orig 2023-02-13 08:53:21 UTC ++++ pyproject.toml +@@ -1,3 +1,3 @@ + [build-system] + # Minimum requirements for the build system to execute. +-requires = ["setuptools", "oldest-supported-numpy", "wheel"] # PEP 508 specifications. ++requires = ["setuptools", "numpy", "wheel"] # PEP 508 specifications. |