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
recursive_diff has a mandatory dependency to numpy, pandas, and xarray.
This can be problematic, as these three modules are huge and may not be available everywhere e.g. in Jython.
Increase the modularity of recursive_diff and make support for numpy-based data completely optional.
The text was updated successfully, but these errors were encountered:
recursive_diff has a mandatory dependency to numpy, pandas, and xarray.
This can be problematic, as these three modules are huge and may not be available everywhere e.g. in Jython.
Increase the modularity of recursive_diff and make support for numpy-based data completely optional.
The text was updated successfully, but these errors were encountered: