check_versions¶
-
plasmapy.utils.import_helpers.check_versions(minimum_versions)¶ Raise an
ImportErrorif a dependent package is not installed and at the required version number, or issue aPlasmaPyWarningif the version of the dependent package cannot be found.