chore: upgrade pandas version (#2705)

This commit is contained in:
alanchen 2025-05-20 19:24:27 +08:00 committed by GitHub
parent c655f55ab4
commit 7e7581e891
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ cli = [
] ]
agent = [ agent = [
"termcolor", "termcolor",
"pandas==2.0.3", "pandas==2.2.3",
# numpy should less than 2.0.0 # numpy should less than 2.0.0
"numpy>=1.21.0,<2.0.0", "numpy>=1.21.0,<2.0.0",
"auto-gpt-plugin-template>=0.0.3", "auto-gpt-plugin-template>=0.0.3",