File size: 844 Bytes
30099ac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[project]
name = "image-vector-search"
version = "0.1.0"
description = "Add your description here"
authors = [{ name = "kittchy", email = "[email protected]" }]
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"]