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
It would be good to do an inventory of AWB dependencies, especially those that are not currently included in the aiidalab/full-stack image. This will help us when we integrate AWB to the image to mitigate the size increase.
Make ipython an explicit dependency, since we're using its APIs directly in AWB. We should only set a minimum version, we can take a version from the aiidalab/full-stack:aiida-2.1 image.
more_itertools package contains useful functions built on top of stdlib itertools,
but we only use a single function from the package
so let's vendor it and remove the dependency.
This means app developers can happily use this package
without worrying about version clashes with AWB.
Part of #392
It would be good to do an inventory of AWB dependencies, especially those that are not currently included in the
aiidalab/full-stack
image. This will help us when we integrate AWB to the image to mitigate the size increase.The text was updated successfully, but these errors were encountered: