Get Started =========== Installation ------------ The recommended installation is through ``pip``: .. code-block:: console $ 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.