Skip to content

Commit

Permalink
chore: Change agbenchmark to directory dependency in autogpt and …
Browse files Browse the repository at this point in the history
…`forge`

Poetry recently released a new version containing a fix for the issue we were having earlier:
python-poetry/poetry#8548

This means unavailable optional directory dependencies should no longer break the docker build.
  • Loading branch information
Pwuts committed Feb 29, 2024
1 parent c26c79c commit e87af55
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
11 changes: 4 additions & 7 deletions autogpts/autogpt/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions autogpts/autogpt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ webdriver-manager = "*"
openapi-python-client = "^0.14.0"

# Benchmarking
# agbenchmark = { path = "../../benchmark", optional = true }
agbenchmark = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", subdirectory = "benchmark", optional = true}
agbenchmark = { path = "../../benchmark", optional = true }
# agbenchmark = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", subdirectory = "benchmark", optional = true}
google-cloud-logging = "^3.8.0"
google-cloud-storage = "^2.13.0"
psycopg2-binary = "^2.9.9"
Expand Down
9 changes: 3 additions & 6 deletions autogpts/forge/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions autogpts/forge/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ litellm = "^1.17.9"
duckduckgo-search = "^4.0.0"
selenium = "^4.13.0"
bs4 = "^0.0.1"
# agbenchmark = { path = "../../benchmark", optional = true }
agbenchmark = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", subdirectory = "benchmark", optional = true}
agbenchmark = { path = "../../benchmark", optional = true }
# agbenchmark = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", subdirectory = "benchmark", optional = true}
webdriver-manager = "^4.0.1"
google-cloud-storage = "^2.13.0"

Expand Down

0 comments on commit e87af55

Please # to comment.