This repository has been archived by the owner on Jun 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove baserun because api key issue (#282)
Signed-off-by: Merwane Hamadi <[email protected]>
- Loading branch information
1 parent
f7ea78b
commit 6afd962
Showing
3 changed files
with
3 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "agbenchmark" | ||
version = "0.0.4" | ||
version = "0.0.5" | ||
description = "Benchmarking the performance of agents far and wide, regardless of how they are set up and how they work" | ||
authors = ["Silen Naihin <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -27,7 +27,6 @@ colorama = "^0.4.6" | |
pyvis = "^0.3.2" | ||
selenium = "^4.11.2" | ||
agent-protocol = "^0.2.3" | ||
baserun = "^0.3" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
flake8 = "^3.9.2" | ||
|