mirror of https://github.com/kortix-ai/suna.git
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:
commit
ea62663d63
|
@ -3,4 +3,5 @@ uvicorn==0.34.0
|
||||||
pyautogui==0.9.54
|
pyautogui==0.9.54
|
||||||
pillow==10.2.0
|
pillow==10.2.0
|
||||||
pydantic==2.6.1
|
pydantic==2.6.1
|
||||||
pytesseract==0.3.13
|
pytesseract==0.3.13
|
||||||
|
pandas==2.3.0
|
Loading…
Reference in New Issue