From dfe173b40f411f8408e0188b6ebff1410a9957dc Mon Sep 17 00:00:00 2001 From: MingxuanGame Date: Wed, 27 Aug 2025 14:06:10 +0800 Subject: [PATCH] feat(score): use gu pp algorithm --- Dockerfile-osurx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-osurx b/Dockerfile-osurx index e50b797..308257f 100644 --- a/Dockerfile-osurx +++ b/Dockerfile-osurx @@ -17,7 +17,7 @@ COPY pyproject.toml uv.lock ./ COPY packages/ ./packages/ RUN uv sync --frozen --no-dev -RUN uv pip install git+https://github.com/ppy-sb/rosu-pp-py.git +RUN uv pip install git+https://github.com/GooGuTeam/gu-pp-py.git COPY . .