# (C) 2025, 2026 Rodrigo Rodrigues da Silva <rodrigo@flowlexi.com>
# SPDX-License-Identifier: AGPL-3.0-or-later

# requirements-cpu.txt — CPU-only source install
# Wraps setup.py[cpu] with the PyTorch CPU wheel index.
# Usage: pip install -r requirements-cpu.txt
--index-url https://download.pytorch.org/whl/cpu
--extra-index-url https://pypi.org/simple
.[cpu]
