Get Started

Installation

The recommended installation is through pip:

$ pip install gearpy

gearpy runs for Python versions 3.10+.

Dependencies

  • matplotlib >= 3.5, but not 3.9.1

    Creates static, animated, and interactive visualizations in Python.

  • numpy >= 1.20, but not 2.4.0

    Adds support for large, multidimensional 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 and not 1.14.0rc1

    Includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal and image processing, ODE solvers, and more.