chore: Update `agbenchmark` dependency for agent and forge
parent
2a55efb322
commit
992b8874fc
|
@ -42,6 +42,7 @@ python-multipart = "^0.0.7"
|
||||||
pyvis = "^0.3.2"
|
pyvis = "^0.3.2"
|
||||||
requests = "^2.31.0"
|
requests = "^2.31.0"
|
||||||
selenium = "^4.11.2"
|
selenium = "^4.11.2"
|
||||||
|
tabulate = "^0.9.0"
|
||||||
toml = "^0.10.2"
|
toml = "^0.10.2"
|
||||||
types-requests = "^2.31.0.1"
|
types-requests = "^2.31.0.1"
|
||||||
uvicorn = "^0.23.2"
|
uvicorn = "^0.23.2"
|
||||||
|
@ -50,7 +51,7 @@ uvicorn = "^0.23.2"
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "https://github.com/Significant-Gravitas/AutoGPT.git"
|
url = "https://github.com/Significant-Gravitas/AutoGPT.git"
|
||||||
reference = "HEAD"
|
reference = "HEAD"
|
||||||
resolved_reference = "679339d00c20a4494b6c3ac9f399b2c470a16c17"
|
resolved_reference = "2a55efb3221600ec68496275022a94ade48ef79c"
|
||||||
subdirectory = "benchmark"
|
subdirectory = "benchmark"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -6143,6 +6144,20 @@ files = [
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
mpmath = ">=0.19"
|
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]]
|
[[package]]
|
||||||
name = "tenacity"
|
name = "tenacity"
|
||||||
version = "8.2.3"
|
version = "8.2.3"
|
||||||
|
|
|
@ -31,6 +31,7 @@ python-multipart = "^0.0.7"
|
||||||
pyvis = "^0.3.2"
|
pyvis = "^0.3.2"
|
||||||
requests = "^2.31.0"
|
requests = "^2.31.0"
|
||||||
selenium = "^4.11.2"
|
selenium = "^4.11.2"
|
||||||
|
tabulate = "^0.9.0"
|
||||||
toml = "^0.10.2"
|
toml = "^0.10.2"
|
||||||
types-requests = "^2.31.0.1"
|
types-requests = "^2.31.0.1"
|
||||||
uvicorn = "^0.23.2"
|
uvicorn = "^0.23.2"
|
||||||
|
@ -39,7 +40,7 @@ uvicorn = "^0.23.2"
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "https://github.com/Significant-Gravitas/AutoGPT.git"
|
url = "https://github.com/Significant-Gravitas/AutoGPT.git"
|
||||||
reference = "HEAD"
|
reference = "HEAD"
|
||||||
resolved_reference = "679339d00c20a4494b6c3ac9f399b2c470a16c17"
|
resolved_reference = "2a55efb3221600ec68496275022a94ade48ef79c"
|
||||||
subdirectory = "benchmark"
|
subdirectory = "benchmark"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -4084,6 +4085,20 @@ files = [
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
mpmath = ">=0.19"
|
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]]
|
[[package]]
|
||||||
name = "tenacity"
|
name = "tenacity"
|
||||||
version = "8.2.3"
|
version = "8.2.3"
|
||||||
|
|
Loading…
Reference in New Issue