From 3b3ebe546f9bdd075a99b4d87d1035e2e20cca87 Mon Sep 17 00:00:00 2001 From: haiggoh <152495132+haiggoh@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:30:37 +0100 Subject: [PATCH] Update requirements.txt to allow Numpy 2.0.2 allow Numpy 2.0.2 since 1.26.4 is becoming increasingly outdated leading to dependency conflicts with newer versions of pytorch. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f031df0ede..5f8ed3d264 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flatbuffers>=2.0 jax jaxlib matplotlib -numpy<2 +numpy<2.1 opencv-contrib-python protobuf>=4.25.3,<5 sounddevice>=0.4.4