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
As we saw in #81, a bug/breaking change in one of our dependencies, can cripple the install of this package.
With #81, datashader is only needed in the plotting callbacks, this is not a critical component of training and ultimately should not be required dependency.
We should seperate these into optional dependencies and catch when a part of training is trying to use an uninstalled package.
What maintenance does this project need?
As we saw in #81, a bug/breaking change in one of our dependencies, can cripple the install of this package.
With #81,
datashader
is only needed in the plotting callbacks, this is not a critical component oftraining
and ultimately should not be required dependency.We should seperate these into optional dependencies and catch when a part of training is trying to use an uninstalled package.
What other splits of dependencies make sense?
Organisation
ECMWF
The text was updated successfully, but these errors were encountered: