From 8c2865659760bcc20cd62023a541b791fa70f358 Mon Sep 17 00:00:00 2001 From: 0oshowero0 Date: Mon, 1 Jun 2026 17:59:04 +0800 Subject: [PATCH] reduce numpy version require Signed-off-by: 0oshowero0 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3156b6df..088da4b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ ray[default] tensordict>=0.10.0 pyzmq hydra-core -numpy<2.0.0 +numpy msgspec psutil omegaconf -prometheus_client>=0.20.0 \ No newline at end of file +prometheus_client>=0.20.0