git: d5da60641c0a - main - devel/py-pyquil: Fix build by updating version of scipy dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jun 2024 08:27:18 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5da60641c0a5217d126c81889b2f7ffab0e8bdd commit d5da60641c0a5217d126c81889b2f7ffab0e8bdd Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-10 08:25:09 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-10 08:27:11 +0000 devel/py-pyquil: Fix build by updating version of scipy dependency Reported by: fallout --- devel/py-pyquil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-pyquil/Makefile b/devel/py-pyquil/Makefile index 2ed71fe9eb99..dc1bbeba2d74 100644 --- a/devel/py-pyquil/Makefile +++ b/devel/py-pyquil/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0.11.1:devel/py-lark@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qcs-sdk-python>=0.16.3:devel/py-qcs-sdk-python@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}retry2>=0.9.2,<0.10.0:devel/py-retry2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rpcq>=3.10.0<4.0.0:devel/py-rpcq@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.7.3<2.0.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.7.3,1<2.0.0,1:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tenacity>=8.2.2<9.0.0:devel/py-tenacity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-python-dateutil>=2.8.19:devel/py-types-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-retry>=0.9.9<1.0.0:devel/py-types-retry@${PY_FLAVOR} \