From bc2f481323a3c2ad2b64abaeba7c507b9259ead5 Mon Sep 17 00:00:00 2001 From: MingxuanGame Date: Thu, 28 Aug 2025 14:32:36 +0000 Subject: [PATCH] chore(revert): revert "feat(score): use gu pp algorithm" due to pp algorithm will crash This reverts commit dfe173b40f411f8408e0188b6ebff1410a9957dc. --- Dockerfile-osurx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-osurx b/Dockerfile-osurx index 308257f..e50b797 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/GooGuTeam/gu-pp-py.git +RUN uv pip install git+https://github.com/ppy-sb/rosu-pp-py.git COPY . .