Skip to content

Commit a072f40

Browse files
Merge branch 'ITEP-89521_scenescape_handles_the_detection_metadata_with_high_performant_tracker' into ITEP-89519/camera-data-pass-through
2 parents 7b883fa + 237bf8a commit a072f40

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

tools/tracker/evaluation/requirements.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,22 @@
55

66
# Core dependencies
77
PyYAML==6.0.3
8-
numpy==2.2.6
8+
numpy==2.3.2
99
orjson==3.11.6
1010
jsonpointer==2.4
11-
dask[complete]==2023.1.0
11+
dask==2026.3.0
1212
jsonschema==4.25.1
13+
pandas==3.0.2
14+
pyarrow==23.0.1
1315
python-on-whales==0.81.0
1416

1517
# Testing dependencies
1618
pytest==9.0.3
1719
pytest-cov==4.1.0
1820

1921
# Evaluation toolkit
20-
trackeval==1.0.0
22+
trackeval==1.0.1
2123

2224
# Diagnostic evaluator dependencies
2325
scipy==1.17.1
2426
matplotlib==3.10.8
25-
26-
# Optional: for future dataset support
27-
# huggingface_hub>=0.19.0

0 commit comments

Comments
 (0)