TxAgentRAOEval / requirements.txt
RichardZhu52's picture
Update requirements.txt
8c8db25 verified
raw
history blame contribute delete
381 Bytes
# requirements.txt
# Core Gradio UI (locks to 5.x series)
gradio>=5.0,<6.0
# Popup modal component (ensure correct name and version)
gradio-modal>=0.0.4
#Display PDFs
gradio_pdf
# HF Hub client (latest stable)
huggingface-hub>=0.30.2,<0.31
# Google Sheets API client
gspread
# Google API Authentication (older library, used by import)
oauth2client
# Data Manipulation
pandas