Open proppy opened 2 years ago
/cc @mithro @QuantamHD
FYI - @kgugala / @PiotrZierhoffer
https://github.com/ryanvolz/radioconda by @ryanvolz is a great example on how to ship cross-platform installer, sourcing package from multiple channels (conda-forge, dedicated), along with .lock
files to allow incremental update.
We should definitly use this as a model.
Following the discussion on https://github.com/ryanvolz/radioconda/issues/39#issuecomment-1303051464 and https://github.com/hdl/conda-eda/issues/193#issuecomment-1084035801 it would seems appropriate to provide multiple variant of those installers:
It might also make sense to have packages which have all the PDKs?
It might also make sense to have packages which have all the PDKs?
@chaufe
In order to stabilize and streamline integration with jupyter notebooks, it would be nice to provide a constructor installer for: OpenLane #244 and its dependencies.
Multiple variant of the installer could be provided for each PDKs and can be used with condacolab
install_from_url
function.