tabmat icon indicating copy to clipboard operation
tabmat copied to clipboard

Make `formulaic` an optional dependency

Open stanmart opened this issue 1 year ago • 0 comments

In #329 and #388 we are becoming more and more dataframe agnostic and not reliant on any specific dataframe library. However, tabmat still depends on pandas transitively through formulaic. Now that pandas becomes an otherwise optional dependency, should we do the same for formulaic and do a runtime check when trying to use a formula?

stanmart avatar Sep 23 '24 11:09 stanmart