You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sage.categories is a namespace package: The most basic categories needed for coercion are distributed in sagemath-objects; everything else in sagemath-categories.
However, we now declare imports from sage.categories.all to be OK.
Rationale: Categories are supposed to be abstract - so there should not be compile-time or module-load-time dependencies.