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
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This project currently has dependencies on 149 pip packages. In order to run any python target, all 149 dependencies must be downloaded and built. This makes the initial build of a python target take a long time and a lot of disk space, and increases the dependencies of this project by making every python target require all build dependencies for all packages.
If we could break up requirements.txt so that only the pip packages required for a build of the current target are loaded, this would greatly improve things.
This project currently has dependencies on 149 pip packages. In order to run any python target, all 149 dependencies must be downloaded and built. This makes the initial build of a python target take a long time and a lot of disk space, and increases the dependencies of this project by making every python target require all build dependencies for all packages.
If we could break up
requirements.txtso that only the pip packages required for a build of the current target are loaded, this would greatly improve things.