From 30631c7624f3502b58869406ba4dc0dba2a73319 Mon Sep 17 00:00:00 2001 From: gagb Date: Thu, 8 Aug 2024 22:49:00 -0700 Subject: [PATCH] Add pandas a dependency (#353) --- python/tools/agbench/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tools/agbench/pyproject.toml b/python/tools/agbench/pyproject.toml index c6f080565..8b9fbed97 100644 --- a/python/tools/agbench/pyproject.toml +++ b/python/tools/agbench/pyproject.toml @@ -23,6 +23,7 @@ dependencies = [ "huggingface_hub", "tabulate", "azure-identity", + "pandas" ]