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
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?
The text was updated successfully, but these errors were encountered:
In #329 and #388 we are becoming more and more dataframe agnostic and not reliant on any specific dataframe library. However,
tabmat
still depends onpandas
transitively throughformulaic
. Now thatpandas
becomes an otherwise optional dependency, should we do the same for formulaic and do a runtime check when trying to use a formula?The text was updated successfully, but these errors were encountered: