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 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: