feat(score): use gu pp algorithm

This commit is contained in:
MingxuanGame
2025-08-27 14:06:10 +08:00
committed by GitHub
parent 7ec716d4de
commit dfe173b40f

View File

@@ -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 . .