Spaces:
Sleeping
Sleeping
File size: 486 Bytes
88be3ab 49e124f f11dea5 88be3ab 49e124f f11dea5 d93103e 49e124f 88be3ab | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [project]
name = "cluster"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"diskcache>=5.6.3",
"fastapi>=0.124.4",
"groq>=0.37.1",
"huggingface-hub>=1.2.3",
"matplotlib>=3.10.8",
"numpy>=2.3.5",
"pandas>=2.3.3",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"scikit-learn>=1.8.0",
"seaborn>=0.13.2",
"slowapi>=0.1.9",
"tqdm>=4.67.1",
"uvicorn>=0.38.0",
]
|