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
This was useful some time ago to reduce compiling time on builds. Although, this has changed and all of them have wheel packages and they are not needed to be compiled anymore.
By installing them in a clean venv locally, it took just 10s.
I propose to remove them completely from the docker image.
Besides, I'd say that people depending on these packages they will install the exact version they want and not an old one that we can provide from our docker image.
Other considerations,
by removing them, python.use_system_site_packages is probably no needed anymore and we could remove it from our YAML config
We are installing some scientific Python packages,
This was useful some time ago to reduce compiling time on builds. Although, this has changed and all of them have wheel packages and they are not needed to be compiled anymore.
By installing them in a clean venv locally, it took just 10s.
I propose to remove them completely from the docker image.
Besides, I'd say that people depending on these packages they will install the exact version they want and not an old one that we can provide from our docker image.
Other considerations,
python.use_system_site_packages
is probably no needed anymore and we could remove it from our YAML configRef #1
The text was updated successfully, but these errors were encountered: