Installation

voiage can be installed from PyPI using pip, or directly from the source code if you want the latest development version or intend to contribute.

Prerequisites

  • Python 3.8 or higher.

  • pip and setuptools (usually included with Python).

We recommend using a virtual environment (e.g., via venv or conda) to manage project dependencies.

Dependencies

voiage relies on the following core libraries: * NumPy, SciPy, Pandas, and xarray for data structures and numerical computing. * NumPyro for Bayesian modeling. * scikit-learn and statsmodels for statistical modeling and machine learning. * Typer for the command-line interface.