Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ dev = [
"pytest>=8",
"pytest-benchmark>=4",
]
# PyPI rejects direct URL dependencies, so browser-harness (used by the
# comparison benchmarks) cannot live here; install it from git manually:
# pip install "browser-harness @ git+https://github.com/browser-use/browser-harness.git"
compare = [
"playwright>=1.50",
"browser-harness>=0.1.5 ; python_version >= '3.11'",
]

[tool.maturin]
Expand Down
Loading