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
Conda actually supports creating several packages from a single repository. We could probably create the larray, larray-editor and larrayenv packages using a single recipe. We need to investigate whether that is actually possible but it would streamline our workflow quite a bit if it is.
For future reference, it was abandoned because we hope to make larray-editor not dependent of larray in the future. For that to be useful, we will need to make it able to view/edit other array structures directly (eg. np.ndarray, pd.DataFrame, xarray, ...)
Conda actually supports creating several packages from a single repository. We could probably create the larray, larray-editor and larrayenv packages using a single recipe. We need to investigate whether that is actually possible but it would streamline our workflow quite a bit if it is.
https://conda.io/docs/user-guide/tasks/build-packages/define-metadata.html#implicit-metapackages
The text was updated successfully, but these errors were encountered: