From 4927b770521b1f9e4d63691df848ba526a0d2a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Brul=C3=A9=20Naudet?= Date: Sun, 3 Nov 2024 22:16:51 +0100 Subject: [PATCH] Update requirements.txt --- requirements.txt | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1f6b4c6..5313685 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,25 +1,25 @@ -beautifulsoup4==4.12.3 -datasets==2.20.0 -faiss_cpu==1.8.0 -google_api_python_client==2.126.0 -groq==0.9.0 -httpx==0.27.0 -huggingface_hub==0.24.2 -myst_parser==3.0.1 +beautifulsoup4>=4.12.3 +datasets>=2.20.0 +faiss_cpu>=1.8.0 +google_api_python_client>=2.126.0 +groq>=0.9.0 +httpx>=0.27.0 +huggingface_hub>=0.24.2 +myst-parser>=3.0.1 numpy<2 -numpydoc==1.7.0 -openai==1.37.1 -overload==1.1 -plotly==5.23.0 -pydata-sphinx-theme==0.15.4 -pytest==8.3.2 -scikit_learn==1.5.1 -sentence_transformers==3.1.1 -sphinx==7.4.7 -sphinx_book_theme==1.1.3 -torch==2.3.1 +numpydoc>=1.7.0 +openai>=1.37.1 +overload>=1.1 +plotly>=5.23.0 +pydata-sphinx-theme>=0.15.4 +pytest>=8.3.2 +scikit_learn>=1.5.1 +sentence_transformers>=3.1.1 +sphinx>=7.4.7 +sphinx_book_theme>=1.1.3 +torch>=2.3.1 transformers -tqdm==4.66.4 -umap==0.1.1 -umap_learn==0.5.6 -usearch==2.12.0 \ No newline at end of file +tqdm>=4.66.4 +umap>=0.1.1 +umap_learn>=0.5.6 +usearch>=2.12.0