[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", | |
] | |