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.
11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
mediapipe>=0.10.13
|
|
numpy>=2.4.4
|
|
onnxruntime>=1.24.4
|
|
opencv-python>=4.13.0.92
|
|
scikit-learn>=1.8.0
|
|
timm==1.0.26
|
|
torch>=2.2.2
|
|
torchvision>=0.17.2
|
|
gdown==6.0.0
|
|
pandas>=3.0.2
|