[0.10.0]
Added
- Added
reinstall
parameter to micropip.install to allow reinstalling
a package that is already installed
#64
Fixed
-
micropip now respects the
yanked
flag in the PyPI Simple API.
#208 -
Fixed a bug that relative URLs in some custom package indexes were not
correctly resolved.
#230 -
When multiple index URLs are given, micropip.install will now ignore CORS error
when one index URL fails to find a package, and will fallback to the next index URL.
#225