On Fri, 2020-10-09 at 19:10 +0000, Ross Vandegrift wrote: > Starting today, running a beam pipeline triggers a large reinstallation of > python modules. For some reason, it forces full rebuilds from source - > since > beam depends on numpy, this takes a long time.
I opened a support ticket with Google and got a workaround: move all of the dependencies from requirements.txt to the setuptools invocation in setup.py. No more numpy rebuilds. Ross