diff options
Diffstat (limited to 'math/py-statsmodels/files/patch-pyproject.toml')
-rw-r--r-- | math/py-statsmodels/files/patch-pyproject.toml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/py-statsmodels/files/patch-pyproject.toml b/math/py-statsmodels/files/patch-pyproject.toml index 7571e3077f7f..631b260e6364 100644 --- a/math/py-statsmodels/files/patch-pyproject.toml +++ b/math/py-statsmodels/files/patch-pyproject.toml @@ -1,6 +1,6 @@ --- pyproject.toml.orig 2023-12-07 13:22:55 UTC +++ pyproject.toml -@@ -3,14 +3,11 @@ +@@ -3,12 +3,9 @@ requires = [ # INSTALL_REQUIRES in setup.py requires = [ "setuptools>=69.0.2; python_version>='3.12'", @@ -13,8 +13,5 @@ - "numpy<2; python_version>='3.12'", + "numpy>=1.22.3,<2", "scipy>=1.4", -- "setuptools_scm[toml]>=8,<9" -+ "setuptools_scm[toml]>=6,<9" + "setuptools_scm[toml]>=8,<9" ] - build-backend = "setuptools.build_meta" - |