From 4328eed67836778a20adf5d813182e6eb3a8fce2 Mon Sep 17 00:00:00 2001 From: longxiaofei Date: Tue, 18 Jun 2024 16:47:58 +0800 Subject: [PATCH] chore: temporarily specify the numpy version --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 335fd51..02e1f50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ dependencies = [ "kanaries_track==0.0.5", "cachetools", "packaging", + "numpy<2.0.0" ] [project.urls] homepage = "https://github.com/Kanaries/pygwalker"