chore: Update `agbenchmark` dependency for agent and forge

pull/6857/head
Reinier van der Leer 2024-02-16 17:22:58 +01:00
parent 2a55efb322
commit 992b8874fc
No known key found for this signature in database
GPG Key ID: CDC1180FDAE06193
2 changed files with 32 additions and 2 deletions

View File

@ -42,6 +42,7 @@ python-multipart = "^0.0.7"
pyvis = "^0.3.2"
requests = "^2.31.0"
selenium = "^4.11.2"
tabulate = "^0.9.0"
toml = "^0.10.2"
types-requests = "^2.31.0.1"
uvicorn = "^0.23.2"
@ -50,7 +51,7 @@ uvicorn = "^0.23.2"
type = "git"
url = "https://github.com/Significant-Gravitas/AutoGPT.git"
reference = "HEAD"
resolved_reference = "679339d00c20a4494b6c3ac9f399b2c470a16c17"
resolved_reference = "2a55efb3221600ec68496275022a94ade48ef79c"
subdirectory = "benchmark"
[[package]]
@ -6143,6 +6144,20 @@ files = [
[package.dependencies]
mpmath = ">=0.19"
[[package]]
name = "tabulate"
version = "0.9.0"
description = "Pretty-print tabular data"
optional = true
python-versions = ">=3.7"
files = [
{file = "tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f"},
{file = "tabulate-0.9.0.tar.gz", hash = "sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"},
]
[package.extras]
widechars = ["wcwidth"]
[[package]]
name = "tenacity"
version = "8.2.3"

View File

@ -31,6 +31,7 @@ python-multipart = "^0.0.7"
pyvis = "^0.3.2"
requests = "^2.31.0"
selenium = "^4.11.2"
tabulate = "^0.9.0"
toml = "^0.10.2"
types-requests = "^2.31.0.1"
uvicorn = "^0.23.2"
@ -39,7 +40,7 @@ uvicorn = "^0.23.2"
type = "git"
url = "https://github.com/Significant-Gravitas/AutoGPT.git"
reference = "HEAD"
resolved_reference = "679339d00c20a4494b6c3ac9f399b2c470a16c17"
resolved_reference = "2a55efb3221600ec68496275022a94ade48ef79c"
subdirectory = "benchmark"
[[package]]
@ -4084,6 +4085,20 @@ files = [
[package.dependencies]
mpmath = ">=0.19"
[[package]]
name = "tabulate"
version = "0.9.0"
description = "Pretty-print tabular data"
optional = true
python-versions = ">=3.7"
files = [
{file = "tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f"},
{file = "tabulate-0.9.0.tar.gz", hash = "sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"},
]
[package.extras]
widechars = ["wcwidth"]
[[package]]
name = "tenacity"
version = "8.2.3"