File size: 444 Bytes
f5c0c01 9f7559c f5c0c01 9f7559c f5c0c01 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[project]
name = "github-search-visualizations"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"bm25s>=0.2.3",
"datasets>=3.1.0",
"gradio>=5.5.0",
"llvmlite==0.41.0",
"nbformat>=5.10.4",
"plotly>=5.24.1",
"pydantic>=2.9.2",
"scikit-learn>=1.5.2",
"sentence-transformers>=3.3.1",
"umap-learn>=0.5.7",
"wordcloud>=1.9.3",
]
|