As a quick hack/fix I changed line #7 in base.lua from
data.raw["assembling-machine"]["centrifuge"].crafting_categories = {"uf4centrifuging"}
to
table.insert(data.raw["assembling-machine"]["centrifuge"].crafting_categories, "uf4centrifuging")
Obviously not ideal and probably not something that matches your longer-term goals but now the centrifuge can still craft everything that other mods have set to be crafted in the centrifuge.