# The skill's only hard requirement is GRAIL itself. ``[faiss]`` pulls in the
# default vector-store backend used by every search mode.
#
# Distribution name is ``graphgrail`` (the ``grail`` name on PyPI belongs to
# an unrelated test framework). The Python import name stays ``grail``.
#
# Pinned to the major version this skill was developed against. Bump the
# floor when GRAIL ships a breaking SDK change.
graphgrail[faiss] >= 0.1
