File size: 381 Bytes
7397d2d
 
 
 
 
 
 
6e1997a
7397d2d
6e1997a
 
9aa37ee
6e1997a
 
9aa37ee
7397d2d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
name = "sdmrec-demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "google-genai>=1.13.0",
    "gradio>=5.29.0",
    "pandas>=2.2.3",
    "pyarrow>=20.0.0",
    "pydantic>=2.11.4",
    "qdrant-client[fastembed-gpu]>=1.14.2",
    "sentence-transformers>=4.1.0",
    "vllm>=0.8.5.post1",
]