mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
math/py-statsmodels: Update version requirement of BUILD_DEPENDS
This commit is contained in:
@@ -13,7 +13,7 @@ WWW= https://www.statsmodels.org/stable/ \
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.22.3,1<3,1:math/py-numpy@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=2.0.0,1<3,1:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=1.13,1<2,1:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8<10:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
- "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",
|
||||
+ "numpy>=1.22.3,<3",
|
||||
"numpy>=2.0.0,<3",
|
||||
"scipy>=1.13,<2",
|
||||
- "setuptools_scm[toml]>=8,<9"
|
||||
+ "setuptools_scm[toml]>=8,<10"
|
||||
|
||||
Reference in New Issue
Block a user