Skip to content

Commit

Permalink
Added pyarrow dependency for submission report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Jan 20, 2024
1 parent 8b9cc9d commit 27e5605
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cm-mlops/script/run-mlperf-inference-submission-checker/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
{
"tags": "get,generic-python-lib,_xlsxwriter"
},
{
"names": [ "pyarrow" ],
"tags": "get,generic-python-lib,_package.pyarrow"
},
{
"names": [ "pandas" ],
"tags": "get,generic-python-lib,_pandas",
Expand Down Expand Up @@ -108,6 +112,13 @@
"version": "r3.0"
}
}
},
"r3.1": {
"adr": {
"submission-checker-src": {
"version": "r3.1"
}
}
}
}
}

0 comments on commit 27e5605

Please sign in to comment.