Add pandas a dependency (#353)

This commit is contained in:
gagb 2024-08-08 22:49:00 -07:00 committed by GitHub
parent 7b99b84dab
commit 30631c7624

View File

@ -23,6 +23,7 @@ dependencies = [
"huggingface_hub",
"tabulate",
"azure-identity",
"pandas"
]