chore(revert): revert "feat(score): use gu pp algorithm" due to pp algorithm will crash

This reverts commit dfe173b40f.
This commit is contained in:
MingxuanGame
2025-08-28 14:32:36 +00:00
parent d5aaab480b
commit bc2f481323

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/GooGuTeam/gu-pp-py.git
RUN uv pip install git+https://github.com/ppy-sb/rosu-pp-py.git
COPY . .