image_vector_search / pyproject.toml
kittchy
[ADD] image_vector_search
30099ac unverified
raw
history blame contribute delete
844 Bytes
[project]
name = "image-vector-search"
version = "0.1.0"
description = "Add your description here"
authors = [{ name = "kittchy", email = "drums.radwimps203@gmail.com" }]
dependencies = [
"fastapi>=0.114.2",
"boto3>=1.35.19",
"pymongo[srv]>=4.8.0",
"pydantic>=2.9.1",
"pydantic-settings>=2.5.2",
"torch>=2.4.1",
"torchvision>=0.19.1",
"sentencepiece>=0.2.0",
"pandas>=2.2.2",
"scipy>=1.14.1",
"transformers>=4.44.2",
"python-multipart>=0.0.9",
"python-dotenv>=1.0.1",
"gradio>=4.44.0",
]
readme = "README.md"
requires-python = ">= 3.12"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/image_vector_search"]