End-user friendly description of the problem this fixes or functionality that this introduces
[ ] Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below
Give a summary of what the PR does, explaining any non-trivial design decisions
This PR proposes to put browsergym updates in their own group, to be reviewed separately from the rest.
The reason is that newer versions install nvidia-CUDA via a libvisualwebarena dependency
this has lead to failed CI because of out of space errors
we have torch and similar, set as optional deps under the evaluation poetry group (used for local embeddings), but I suppose we won't do that with browsergym
I seem to understand we will want visual web arena, so we may need to look into this. In any case, we have generally separated deps that are likely to break things, and this one looks like it needs its own.
Link of any specific issues this addresses
To run this PR locally, use the following command:
End-user friendly description of the problem this fixes or functionality that this introduces
Give a summary of what the PR does, explaining any non-trivial design decisions
This PR proposes to put
browsergym
updates in their own group, to be reviewed separately from the rest.The reason is that newer versions install nvidia-CUDA via a
libvisualwebarena
dependencyevaluation
poetry group (used for local embeddings), but I suppose we won't do that withbrowsergym
I seem to understand we will want visual web arena, so we may need to look into this. In any case, we have generally separated deps that are likely to break things, and this one looks like it needs its own.
Link of any specific issues this addresses
To run this PR locally, use the following command: