From c9e75787d9c10b2adea1728cfa195859f018aa87 Mon Sep 17 00:00:00 2001 From: Dacheng Xu Date: Thu, 12 Dec 2024 15:08:55 -0500 Subject: [PATCH] Remove numpy version constraint (#197) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e4d19e..2129984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ h5py = "*" immutabledict = "*" matplotlib = "*" multihist = "*" -numpy = "<2.0.0" +numpy = "*" numpyro = "*" pandas = "*" scikit-learn = "*"