acoustic-carpenter-78188
02/17/2023, 3:57 AMtensorflow does not install cleanly on Mac M1's.
In this change we trade reproducibility for the maintenance burden of having exhaustive requirements files by environment. jazzband/pip-tools#826 (comment) is the current advice coming from pip-tools, basically if we are to do this we need to run pip-tools once per-environment.
Instead, we're taking one step back in order to figure out what's the right next steps. The idea is that we're going to invest in a real multi-environment solution in the near future, but in the meanwhile, we're going to lose reproducibility in order to decrease the maintenance burden. Note that this change is going to subsume the need for #1424.
As a side-note, we removed the legacy all-spark extras in #807, but never removed the CI bits related to the spark-2.4 extra. Those are being removed in this PR.
Tracking Issue
flyteorg/flyte#3284
Follow-up issue
NA
flyteorg/flytekit
✅ All checks have passed
30/30 successful checksacoustic-carpenter-78188
02/17/2023, 10:46 PM