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
The versions of setuptools and wheel used to build the embedded environment are now user-configurable via the setuptools_version and wheel_version recipe options
The versions of pip and pip-licenses used to build the embedded environment are now user-configurable via the pip_version and pip_licenses_version recipe options. If not given, they default to pip==21.2.4 and pip-licenses==3.5.3.
Fixed issue with pip-licenses being incompatible with the newest pip version
Fixed libffi segfault on macOS: use CPython built-in libffi instead of the Conan version