From 039690360ca7abe9f04ffd65f6264e3d79af4fd8 Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Fri, 19 Apr 2024 20:57:21 +0200 Subject: [PATCH] fix add missing dep --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa3ff82..22e8d2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ grpcio==1.62.1 protobuf==5.26.1 https://github.com/riccardobl/openagents-grpc-proto/releases/download/v0.6/openagents_grpc_proto-PYTHON.tar.gz faiss-cpu==1.8.0 -numpy==1.21.2 \ No newline at end of file +numpy==1.21.2 +packaging \ No newline at end of file