From d8df6b28eacd0128cb888b4f3393dd548246bd4f Mon Sep 17 00:00:00 2001 From: zcr Date: Tue, 23 Dec 2025 17:08:11 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Aupdate=20DockerFile=20,replace=20p?= =?UTF-8?q?ip=20with=20uv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100755 index 0000000..3228d97 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,22 @@ +[project] +name = "lc-stylist-agent" +version = "0.1.0" +description = "Add your description here" +requires-python = "==3.10.*" +dependencies = [ + "chromadb==1.1.1", + "google-cloud-storage==2.19.0", + "google-genai==1.45.0", + "litserve>=0.2.16", + "minio==7.2.18", + "numpy==1.24.4", + "open-clip-torch==2.24.0", + "opencv-python==4.9.0.80", + "pydantic-settings==2.11.0", + "pytorch-fid==0.3.0", + "redis==6.4.0", + "setuptools==80.9.0", + "torch-fidelity==0.3.0", + "torchmetrics==1.4.0.post0", + "transformers==4.41.1", +]