summaryrefslogtreecommitdiff
path: root/math/py-statsmodels/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 21:49:00 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 22:06:10 +0800
commite4c4edf31bcafc505490be5051b0c70d1db8cb76 (patch)
tree64a0fa80fc55e8a6b2641fc8db0c82953532663b /math/py-statsmodels/files/patch-pyproject.toml
parentmath/py-jax: Update to 0.4.25 (diff)
math/py-statsmodels: Update version requirement of BUILD_DEPENDS
Diffstat (limited to 'math/py-statsmodels/files/patch-pyproject.toml')
-rw-r--r--math/py-statsmodels/files/patch-pyproject.toml7
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"
-