# requirements.txt
# Reazon K2 + Workers AI リアルタイム字幕翻訳 v1 — Python依存パッケージ
#
# インストール手順:
#   pip install -r requirements.txt
#
#   # ReazonSpeech K2（音声認識モデル）は pip ではなく git clone から:
#   git clone https://github.com/reazon-research/ReazonSpeech
#   python -m pip install ReazonSpeech/pkg/k2-asr
#
#   # ※ ReazonSpeech k2-asr は torch / torchaudio / nemo-toolkit に依存し、
#   #    これらが Python バージョン制約を持つため requirements.txt には含めず
#   #    個別手順でインストールしてください。

numpy>=1.24
sounddevice>=0.4.6
requests>=2.28
psutil>=5.9
librosa>=0.10
scipy>=1.10
# reazonspeech (k2-asr) は上記の手順で個別インストール
