new-space / requirements.txt
Josephanthraper's picture
Update requirements.txt
a9ca0d6 verified
# Core deps
transformers==4.33.3
#soundfile
pydub
numpy<2.0
# JAX stack (pinned for whisper_jax compatibility)
jax[cpu]==0.4.13
flax==0.7.2
# Whisper JAX
#git+https://github.com/sanchit-gandhi/whisper-jax.git
# UI
gradio
#whisper_jax
cached-property