This commit is contained in:
Michael Pilosov 2026-05-16 22:25:08 -06:00
parent a544572e8a
commit 8802704dfc
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ RUN apt-get update \
RUN --mount=type=cache,target=/root/.cache/pip \ RUN --mount=type=cache,target=/root/.cache/pip \
pip download --no-deps --dest /tmp/pkg \ pip download --no-deps --dest /tmp/pkg \
--index-url https://test.pypi.org/simple/ \ --index-url https://test.pypi.org/simple/ \
"rmbg-as-a-service==0.0.2" \ "rmbg-as-a-service==0.0.3" \
&& pip install \ && pip install \
--extra-index-url https://download.pytorch.org/whl/cu126 \ --extra-index-url https://download.pytorch.org/whl/cu126 \
/tmp/pkg/*.whl hf-transfer \ /tmp/pkg/*.whl hf-transfer \

View File

@ -1,6 +1,6 @@
[project] [project]
name = "rmbg-as-a-service" name = "rmbg-as-a-service"
version = "0.0.3dev1" version = "0.0.3"
description = "Background removal as a GPU-accelerated API" description = "Background removal as a GPU-accelerated API"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"

2
uv.lock generated
View File

@ -1163,7 +1163,7 @@ wheels = [
[[package]] [[package]]
name = "rmbg-as-a-service" name = "rmbg-as-a-service"
version = "0.0.3.dev1" version = "0.0.3"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "einops" }, { name = "einops" },