chore: migrate build system to hatch, switch dependency management to uv, and update CI workflow

This commit is contained in:
2026-02-28 19:08:16 -03:00
parent 2765e5b86c
commit 34e8758ff8
4 changed files with 35 additions and 473 deletions

View File

@@ -8,7 +8,7 @@ from diceplayer.utils.ptable import GHOST_NUMBER
import numpy as np
import numpy.typing as npt
from numpy.linalg import linalg
import numpy.linalg as linalg
from typing_extensions import List, Self, Tuple
import math