aIbrahiim commented on PR #39884: URL: https://github.com/apache/beam/pull/39884#issuecomment-5428865906
> > because TFT requirements installed a different beam version from PyPI than the local SDK under test (submitter 2.77.0.dev vs workers 2.75.0) > > This sounds strange. does any TFT dependency depends on Beam? Then we run into a circular dependency problem @Abacn yes, TFT depends on beam but I think it is not a circular Beam dependency as tfx_bsl / tensorflow-transform declare apache-beam[gcp]<3,>=2.53, so pip install -r requirements.txt can install PyPI Beam (e.g. 2.75.0) while this job is testing local 2.77.0.dev so I think that is an external TFT to beam dep colliding with the SDK under test and not a cycle inside beam -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
