# Installation **PanelSFA** is available on PyPI and can be installed using `pip`. The library is designed to be lightweight and relies entirely on the standard Python scientific stack. It requires Python 3.9 or higher. ## Install via PyPI The easiest way to install PanelSFA is to download the pre-compiled wheel from PyPI: ```bash pip install panelsfa ``` Dependencies PanelSFA strictly adheres to the following dependencies to ensure maximum compatibility with the Scikit-Learn ecosystem: numpy >= 1.23 scipy >= 1.9 scikit-learn >= 1.2