From e97726cde3b3c7c6bdf0632f9aba1c27c386ed2d Mon Sep 17 00:00:00 2001 From: Krzysztof Czerwinski <34861343+kcze@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:37:20 +0200 Subject: [PATCH] fix(autogpt): Revert line in `poetry.lock` (#7113) Revert line in `poetry.lock` to from before https://github.com/Significant-Gravitas/AutoGPT/pull/7097 --- autogpts/autogpt/poetry.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogpts/autogpt/poetry.lock b/autogpts/autogpt/poetry.lock index df135230..77b64e79 100644 --- a/autogpts/autogpt/poetry.lock +++ b/autogpts/autogpt/poetry.lock @@ -309,7 +309,7 @@ uvicorn = "^0.23.2" webdriver-manager = "^4.0.1" [package.extras] -benchmark = ["agbenchmark @ file:///Users/czerwinski/Library/Caches/pypoetry/virtualenvs/agpt-JtDOdZb2-py3.11/src/AutoGPT/benchmark"] +benchmark = ["agbenchmark @ git+https://github.com/Significant-Gravitas/AutoGPT.git#subdirectory=benchmark"] [package.source] type = "git"