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
There is potentially a lot here, on the surface the question is, "should we create, and maintain, a template that can be used in addition to the base PPT, that will provide more support for conda?" Some dependencies are not pip installable, and require using conda, so can we make that easier with for local use and CI? This could also be an opportunity to provide support for packages that are going to be published to conda-forge for installation via conda install <superthing>.
At a higher level, this is also a good time to think through how we would want to structure sidecar templates so that they can be easily integrated with the base template in the future. I don't know if we needed a metatemplate - a template for creating sidecar templates, but maybe at least some guidance :)
The text was updated successfully, but these errors were encountered:
This could also be an opportunity to provide support for packages that are going to be published to conda-forge for installation via conda install <superthing>.
Is there anything we should do further for this? For hipscat/lsdb packages, the changes to the project to support conda installability were minimal, and most of the work needed to happen on the conda-force recipe side of things (and the types of problems that came up in that process were not easily templated-around, and the conda-forge team was really helpful).
There is potentially a lot here, on the surface the question is, "should we create, and maintain, a template that can be used in addition to the base PPT, that will provide more support for conda?" Some dependencies are not pip installable, and require using conda, so can we make that easier with for local use and CI? This could also be an opportunity to provide support for packages that are going to be published to conda-forge for installation via
conda install <superthing>
.At a higher level, this is also a good time to think through how we would want to structure sidecar templates so that they can be easily integrated with the base template in the future. I don't know if we needed a metatemplate - a template for creating sidecar templates, but maybe at least some guidance :)
The text was updated successfully, but these errors were encountered: