aboutsummaryrefslogtreecommitdiff
path: root/misc/py-langgraph-checkpoint
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2026-04-03 20:48:09 +0000
committerCharlie Li <vishwin@FreeBSD.org>2026-04-03 20:52:43 +0000
commitd04d23ae37d04c8ddf74c04ee868900b9189295a (patch)
tree7eb7ecdc33397bf2c5d0bd2e18172a59e18691a4 /misc/py-langgraph-checkpoint
parenta92d927574fca313453ae266f4e78517eb406a33 (diff)
Diffstat (limited to 'misc/py-langgraph-checkpoint')
-rw-r--r--misc/py-langgraph-checkpoint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-langgraph-checkpoint/Makefile b/misc/py-langgraph-checkpoint/Makefile
index 09997941999d..7d954694ed23 100644
--- a/misc/py-langgraph-checkpoint/Makefile
+++ b/misc/py-langgraph-checkpoint/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}langchain-core>=0.2.38:misc/py-langchain-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ormsgpack>=1.12.0:devel/py-ormsgpack@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dataclasses-json>0:devel/py-dataclasses-json@${PY_FLAVOR} \
- ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas-stubs>=2.2.2.240807:math/py-pandas-stubs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${PY_FLAVOR} \