From 609d060579206586fae9ca635e8cfc009ecf5464 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 27 Jan 2025 09:33:04 +0100 Subject: [PATCH] Update requirements.txt --- requirements.txt | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/requirements.txt b/requirements.txt index c372cf9b..0f4c18ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,37 +1,24 @@ accelerate aiofiles aiohttp -asyncpg configparser # database packages -graspologic -gremlinpython -nano-vectordb -neo4j networkx +graspologic -# TODO : Remove specific databases and move the installation to their corresponding files -# Use pipmaster for install if needed +# Basic modules numpy -oracledb pipmaster -psycopg-pool -psycopg[binary,pool] pydantic -pymilvus -pymongo -pymysql - +# File manipulation libraries PyPDF2 python-docx python-dotenv python-pptx -pyvis -redis + setuptools -sqlalchemy tenacity @@ -39,3 +26,5 @@ tenacity tiktoken tqdm xxhash + +# Extra libraries are installed when needed using pipmaster