Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
louisbrulenaudet authored Nov 3, 2024
1 parent b5f8cb1 commit 96f05c7
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules"
]
dependencies = [
"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"
"tqdm>=4.66.4",
"umap>=0.1.1",
"umap_learn>=0.5.6",
"usearch>=2.12.0"
]

[build-system]
Expand Down

0 comments on commit 96f05c7

Please sign in to comment.