Hello,
Is there an easy existing method to reproduce (as close as possible) an environment with the packages that are automatically installed by the latest Anaconda Installer, but using Miniforge and only the conda-forge channel?
For example, is there an environment specification YAML that tracks the latest Anaconda Installer packages I could leverage?
The closest I could find is this table (I'm interested in the packages with the "In Installer" checkmark that are in conda-forge):
Is the best route just converting that table into a YAML specification, or is there an already existing way?
Thanks,
Marc