Get Started¶
Installation¶
The recommended installation is through pip:
$ pip install baypy
baypy runs for Python versions 3.10+.
Dependencies¶
matplotlib >= 3.6, but not 3.9.1
Creates static, animated, and interactive visualizations in Python.
numpy >= 1.20
Adds support for large, multidimensional arrays, matrices and high-level mathematical functions to operate on these arrays.
pandas >= 2.0
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.