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
DeprecationWarning: np.find_common_type is deprecated. Please use np.result_type or np.promote_types.
See https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information. (Deprecated NumPy 1.25)
This is because we are using an old version of pandas.
We should upgrade the subgrounds package which will upgrade pandas.
This seems to have cascading negative effects on prefect though.
The text was updated successfully, but these errors were encountered:
Numpy starts throwing deprecation warnings:
This is because we are using an old version of pandas.
We should upgrade the subgrounds package which will upgrade pandas.
This seems to have cascading negative effects on prefect though.
The text was updated successfully, but these errors were encountered: