Skip to content

Commit 18ca6f3

Browse files
committed
Fix pandas version to get around retinanet failure
1 parent 719daf6 commit 18ca6f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MLCommons Automation Scripts
22

3-
*Last updated: 2026-01-21 03:58:35*
3+
*Last updated: 2026-01-23 04:05:12*
44

55
This directory contains automation scripts for MLPerf benchmarks, AI/ML workflows, and development operations.
66

script/get-dataset-openimages/meta.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ deps:
2222
- tags: get,generic-python-lib,_numpy
2323
- tags: get,generic-python-lib,_opencv-python
2424
- tags: get,generic-python-lib,_pandas
25+
names:
26+
- pandas
27+
version_max: 2.9
28+
version_max_usable: 2.3
2529
- names:
2630
- pycocotools
2731
tags: get,generic-python-lib,_pycocotools

0 commit comments

Comments
 (0)