Installation
Requirements
TStrends requires Python 3.11 or later. Tested on Python 3.11–3.14. The package dependencies are:
numpy
pandas
scipy
bayesian-optimization
matplotlib
pillow
fonttools
Installing TStrends
You can install TStrends using pip:
pip install tstrends
Development Installation
For development installation:
Clone the repository:
git clone https://github.com/agpenas/tstrends.git cd tstrends
Install development dependencies (includes the Sphinx stack needed to build the HTML docs, e.g. nbsphinx and the sitemap extension):
pip install -r requirements-dev.txt
Install the package in editable mode:
pip install -e .