git: ffe7a67ea2e6 - main - misc/py-pytorch: Fix dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Mar 2025 11:15:49 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffe7a67ea2e65a8e46442edb31ff33d9328bb021 commit ffe7a67ea2e65a8e46442edb31ff33d9328bb021 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-03-08 10:39:21 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-03-08 11:15:40 +0000 misc/py-pytorch: Fix dependency Reported by: fallout --- misc/py-pytorch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile index a25cad76a470..2b81dca0842d 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -39,7 +39,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}sympy==1.13.1:math/py-sympy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sympy>=1.13.1:math/py-sympy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.10.0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}astunparse>0:devel/py-astunparse@${PY_FLAVOR} \