Installation ============== psipose requires Python 3.10+ and can be installed via pip or uv. Using uv (recommended) ---------------------- .. code-block:: bash uv pip install psipose Using pip ----------- .. code-block:: bash pip install psipose Optional dependencies --------------------- For development (testing, linting): .. code-block:: bash pip install "psipose[dev]" For building documentation: .. code-block:: bash pip install "psipose[docs]" Requirements ------------ * NumPy >= 1.21.0 * scikit-learn >= 1.2.0 * PennyLane >= 0.40.0