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
Right now, what modules to not upload is hardcoded. We should be able to do better than that, especially due to conda env. This is mostly a placeholder to keep the issue alive.
The text was updated successfully, but these errors were encountered:
This actually shouldn't be that hard now that we have the runtime metadata and are validating it -- we could effectively replace the calls to preinstalled.
Yes because this requires changing the serialization infrastructure to take
in a more automatically-generated list of preinstalls from the runtime
`meta.json`
Right now, what modules to not upload is hardcoded. We should be able to do better than that, especially due to conda env. This is mostly a placeholder to keep the issue alive.
The text was updated successfully, but these errors were encountered: