Skip to content

Fix dependency typo. - #403

Open
chrish42 wants to merge 1 commit into
mainfrom
fix/experiments-typo-version-bump
Open

chrish42 wants to merge 1 commit into
mainfrom
fix/experiments-typo-version-bump

Conversation

@chrish42

Copy link
Copy Markdown

Fixes a typo in browsergym/experiments/pyproject.toml where the [all] optional-dependency group referenced the singular "browsergym-experiment" instead of the actual package name "browsergym-experiments" across all 7 extras (miniwob, workarena, webarena, visualwebarena, assistantbench, weblinx, timewarp). The typo shipped in prior published wheels' requires_dist metadata, causing pip install browsergym-experiments[all] to trigger lookups for an unclaimed package name.

Fixes a typo in browsergym/experiments/pyproject.toml where the [all]
optional-dependency group referenced the singular "browsergym-experiment"
instead of the actual package name "browsergym-experiments" across all
7 extras (miniwob, workarena, webarena, visualwebarena, assistantbench,
weblinx, timewarp). The typo shipped in prior published wheels' requires_dist
metadata, causing `pip install browsergym-experiments[all]` to trigger
lookups for an unclaimed package name.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant