# FAISSx Requirements
#
# For production use, install with:
#   pip install .
#
# For development, install with:
#   pip install -e ".[dev]"
#
# This file is kept for compatibility with tools that expect requirements.txt
# All dependencies are defined in setup.py

# Install this package with all its dependencies
-e .

# Development dependencies (already defined in setup.py under [dev])
# Uncomment the line below for development mode:
# -e ".[dev]"
