File size: 249 Bytes
f5c0c01 |
1 2 3 4 5 6 7 8 9 10 11 12 |
[project]
name = "github-search-visualizations"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pydantic>=2.9.2",
"scikit-learn>=1.5.2",
"wordcloud>=1.9.3",
]
|