From cc14a0e5dce9806ef981fdffc0a1c2ecbee58718 Mon Sep 17 00:00:00 2001 From: Jessie L <171095469+Jes-s-L@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:54:13 -0500 Subject: [PATCH] numpy >= 2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index be5b9f9..9788f34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ torch>=2.0 tqdm -numpy<2 +numpy>=2 matplotlib pyro-ppl scipy