Merge pull request #1179 from Chaitanya045/add-pandas-to-base-docker-image

fix: add pandas to sandbox requirements to resolve ModuleNotFoundError (#1043)
This commit is contained in:
Marko Kraemer 2025-08-02 20:38:16 +02:00 committed by GitHub
commit ea62663d63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,5 @@ uvicorn==0.34.0
pyautogui==0.9.54
pillow==10.2.0
pydantic==2.6.1
pytesseract==0.3.13
pytesseract==0.3.13
pandas==2.3.0