virus / pyproject.toml
Hack90's picture
Update pyproject.toml
cc222cf verified
[project]
name = "index-search"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [ "faiss-cpu>=1.13.2",
"fastapi>=0.128.0",
"numpy>=2.3.4",
"pandas>=3.0.0",
"python-multipart>=0.0.22",
"sentence-transformers>=5.2.2",
"tiktoken>=0.12.0",
"uvicorn>=0.40.0",
"x-transformers>=2.9.2",
]