Dependencies¶
Strengths relies on a few external packages.
NumPy¶
A lot of Strengths’s features and classes, such as the UnitArray class, rely on the NumPy package and especially its array type ndarray. As a consequence, Strengths requires NumPy to be installed. You can refer to NumPy’s website for more information on how to install NumPy.
Matplotlib¶
Strengths provides some functions facilitating the visualization of simulation data with the strengths.plot submodule. Those functions rely on the Matplotlib package, which provides valuable tools for plotting. If you want to use the strengths.plot utility, you’ll need to have Matplotlib installed. You can refer to Matplotlib’s website for more information on Matplotlib.