Installation#

psipose requires Python 3.10+ and can be installed via pip or uv.

Using pip#

pip install psipose

Optional dependencies#

For development (testing, linting):

pip install "psipose[dev]"

For building documentation:

pip install "psipose[docs]"

Requirements#

  • NumPy >= 1.21.0

  • scikit-learn >= 1.2.0

  • PennyLane >= 0.40.0