diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-10-13 00:57:05 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-10-13 01:45:15 -0700 |
commit | 98161024905dcab141c36b46f70f10ccd5153117 (patch) | |
tree | 4327d51622c743254e8af6b6d7eced6058eadbfa /math/py-scs/files/patch-pyproject.toml | |
parent | devel/unordered-dense: update 4.5.0 → 4.7.0 (diff) |
math/{,py-}scs: update 3.2.7 → 3.2.9
Reported by: portscout
Diffstat (limited to 'math/py-scs/files/patch-pyproject.toml')
-rw-r--r-- | math/py-scs/files/patch-pyproject.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/py-scs/files/patch-pyproject.toml b/math/py-scs/files/patch-pyproject.toml index 7b7980d3fad4..d62e3f0d491b 100644 --- a/math/py-scs/files/patch-pyproject.toml +++ b/math/py-scs/files/patch-pyproject.toml @@ -1,11 +1,11 @@ ---- pyproject.toml.orig 2024-06-20 23:14:01 UTC +--- pyproject.toml.orig 2025-10-12 18:49:35 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ requires = [ [build-system] build-backend = 'mesonpy' requires = [ -- "numpy >= 2.0.0; python_version > '3.8'", -+ "numpy; python_version > '3.8'", - "oldest-supported-numpy; python_version <= '3.8'", +- "numpy >= 2.0.0", ++ "numpy", "meson-python" ] + |