From c822e4a52491abb84972f0c490c6546d1a724899 Mon Sep 17 00:00:00 2001 From: zhttjd Date: Wed, 21 May 2025 20:24:11 +0800 Subject: [PATCH] update requirements.txt --- requirements.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 89d2142a..24dceb22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,14 @@ -numpy==1.22 -protobuf==4.21.6 +setuptools +pyyaml +ninja +ml-dtypes +numpy +protobuf decorator sympy scipy attrs cloudpickle psutil -synr==0.5.0 +synr tornado -- Gitee