diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /math/py-statsmodels/files/patch-pyproject.toml | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'math/py-statsmodels/files/patch-pyproject.toml')
| -rw-r--r-- | math/py-statsmodels/files/patch-pyproject.toml | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/math/py-statsmodels/files/patch-pyproject.toml b/math/py-statsmodels/files/patch-pyproject.toml index 631b260e6364..e7b6ab880b99 100644 --- a/math/py-statsmodels/files/patch-pyproject.toml +++ b/math/py-statsmodels/files/patch-pyproject.toml @@ -1,17 +1,16 @@ ---- pyproject.toml.orig 2023-12-07 13:22:55 UTC +--- pyproject.toml.orig 2025-07-02 15:55:37 UTC +++ pyproject.toml -@@ -3,12 +3,9 @@ requires = [ +@@ -2,10 +2,10 @@ requires = [ + # These are strictly build requirements. Runtime requirements are listed in # INSTALL_REQUIRES in setup.py requires = [ - "setuptools>=69.0.2; python_version>='3.12'", -- "setuptools>=63.4.3", -+ "setuptools>=63.1.0", - "cython>=0.29.33,<4", # Sync with CYTHON_MIN_VER in setup -- # Workaround for oldest supported numpy using 1.21.6, but SciPy 1.9.2+ requiring 1.22.3+ -- "oldest-supported-numpy; python_version!='3.10' or platform_system!='Windows' or platform_python_implementation=='PyPy'", -- "numpy>=1.22.3,<2; python_version=='3.10' and platform_system=='Windows' and platform_python_implementation != 'PyPy'", -- "numpy<2; python_version>='3.12'", -+ "numpy>=1.22.3,<2", - "scipy>=1.4", +- "setuptools>=69.0.2", ++ "setuptools>=61.0.0", + "cython>=3.0.10,<4", # Sync with CYTHON_MIN_VER in setup +- "numpy>=2.0.0,<3", +- "scipy>=1.13,<2", ++ "numpy>=1.22.3,<3", ++ "scipy>=1.8,<2", "setuptools_scm[toml]>=8,<9" ] + build-backend = "setuptools.build_meta" |
