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