[project] name = "pest-image-search" version = "0.1.0" description = "病虫害以图搜图 — 基于图片 Embedding 的相似度搜索" readme = "README.md" requires-python = ">=3.14" dependencies = [ "httpx>=0.28.1", "numpy>=2.3.5", "pillow>=11.2.1", "plotly>=6.5.0", "ruff>=0.14.8", "streamlit==1.52.1", ] [[tool.uv.index]] url = "https://mirrors.aliyun.com/pypi/simple" default = true