We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b883fa + 237bf8a commit a072f40Copy full SHA for a072f40
1 file changed
tools/tracker/evaluation/requirements.txt
@@ -5,23 +5,22 @@
5
6
# Core dependencies
7
PyYAML==6.0.3
8
-numpy==2.2.6
+numpy==2.3.2
9
orjson==3.11.6
10
jsonpointer==2.4
11
-dask[complete]==2023.1.0
+dask==2026.3.0
12
jsonschema==4.25.1
13
+pandas==3.0.2
14
+pyarrow==23.0.1
15
python-on-whales==0.81.0
16
17
# Testing dependencies
18
pytest==9.0.3
19
pytest-cov==4.1.0
20
21
# Evaluation toolkit
-trackeval==1.0.0
22
+trackeval==1.0.1
23
24
# Diagnostic evaluator dependencies
25
scipy==1.17.1
26
matplotlib==3.10.8
-
-# Optional: for future dataset support
27
-# huggingface_hub>=0.19.0
0 commit comments