What would you like to happen?
Current compat test suites first install test environment dependencies
|
428: transformers>=4.28.0,<4.29.0 |
, then install Beam, then run tests.
This can create incompatible environments, since pip doesn't resolve dependencies for all packages that are installed simultaneously, see:
#30852
and
tox-dev/tox#2386 (comment)
We should see if we can install dependencies and Beam in the same command, that would reflect how people install beam together with other dependencies, withing the same requriements file or same pip install command.
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components