Added pandas as dependency. More below.

The rationale of using `csvfile` instead of `pandas` directly, was to
avoid a fairly heavy dependency, since we were only reading the CSV
data. Now, since we need to do some fairly convoluted filtering to
calculate the subgroup metrics, its better to use pandas now.
This commit is contained in:
2026-04-20 16:50:29 +01:00
parent 923c0aeff7
commit a3ee18748b
2 changed files with 126 additions and 88 deletions

View File

@@ -7,3 +7,4 @@ timm==1.0.26
torch>=2.2.2
torchvision>=0.17.2
gdown==6.0.0
pandas>=3.0.2