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
Stopped explicitly installing setuptools and wheel. They will be automatically installed by pip into an isolated build environment if they are required for building a package. (#243)
Stopped manually creating a src directory inside the pip dependencies layer. pip will create the directory itself if needed (when there are editable VCS dependencies). (#228)
Stopped setting CPATH and PKG_CONFIG_PATH at launch time. (#231)
The bin directory in the pip dependencies layer is now always added to PATH instead of only when an installed dependency has an entry point script. (#232)
The pip cache layer is now exposed to pip invocations in later buildpacks. (#234)