feat: implement per user pc-rating curve

This commit is contained in:
mokurin000
2025-08-04 13:03:21 +08:00
parent 9d3ca2fe76
commit b9e4b36053
7 changed files with 204 additions and 99 deletions

View File

@@ -7,4 +7,5 @@ requires-python = ">=3.12"
dependencies = [
"orjson>=3.11.1",
"polars>=1.32.0",
"pyecharts>=2.0.8",
]