Installation¶
The recommended installation is through pip:
$ pip install gearpy
gearpy runs for Python versions 3.9+.
Dependencies¶
matplotlib >= 3.5
Creates static, animated, and interactive visualizations in Python.numpy >= 1.20
Adds support for large, multi-dimensional arrays, matrices and high-level mathematical functions to operate on these arrays.pandas >= 1.2
Provides fast, flexible, and expressive data structures designed to make working with “relational” or “labeled” data both easy and intuitive.scipy >= 1.6, but not 1.11.0
Includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal and image processing, ODE solvers, and more.