Skip to content

Installation

Stable Release

Install the latest stable version from PyPI:

pip install tsfast

Or with uv:

uv add tsfast

Development Installation

git clone https://github.com/daniel-om-weber/tsfast
cd tsfast
uv sync --extra dev

This installs all development dependencies (pytest, ruff, jupytext, etc.) into a managed .venv.

Optional: ONNX Support

For ONNX export and inference:

pip install tsfast[onnx]

Or with uv:

uv add tsfast --extra onnx

Requirements

  • Python >= 3.10
  • PyTorch >= 2.1