listCorePackages {basilisk} | R Documentation |
List the set of core Python packages (and their version numbers) that are provided by basilisk.
listCorePackages()
The composition of the core list is determined by the Miniconda list for Python 3.7 (https://docs.anaconda.com/anaconda/packages/pkg-docs/). Note that there are subtle differences between the package lists for different operating systems; developers of clients of basilisk should avoid such OS-specific core packages.
A data.frame containing the full
, a versioned package string, and package
, the package name.
Aaron Lun
listCorePackages()