![]() |
Multivariate Pattern Analysis in Python |
Helper to verify presence of external libraries and modules
Test whether a known dependency is installed on the system.
This method allows us to test for individual dependencies without testing all known dependencies. It also ensures that we only test for a dependency once.
Parameters: |
|
---|
Test for all known dependencies.
Parameter: | force (boolean) – Whether to force the test even if it has already been performed. |
---|