From 6a2e6af7bdbc76446bc22aa4dc0ea1c263ebbf4f Mon Sep 17 00:00:00 2001 From: Andrew Lapp Date: Sun, 16 Jun 2024 16:52:44 -0500 Subject: [PATCH] Pin Numpy to Prevent Use of Breaking Version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 246f420fd..779add59e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "jinja2", "lark", "nest_asyncio", - "numpy", + "numpy<2.0.0", "cloudpickle", "diskcache", "pydantic>=2.0",