Installation¶
evo-gafs requires Python ≥ 3.9.
pip install evo-gafs
Optional plotting helpers (matplotlib) are available via the viz extra:
pip install "evo-gafs[viz]"
Dependencies¶
The core package depends only on widely used scientific Python libraries:
scikit-learn (≥ 1.6)
Development install¶
The project is a uv workspace. From a checkout:
uv sync # core + dev tooling
uv sync --group docs # also install the documentation toolchain