MedCodeMCP / requirements.txt
gpaasch's picture
1. Removed unsafe `.get()` calls
00bcf43
raw
history blame
328 Bytes
# Core dependencies
gradio[full]>=5.33.0
transformers>=4.37.0
torch>=2.2.0
torchaudio>=2.2.0
numpy>=1.24.0
# LLM and embeddings
llama-index>=0.9.0
llama-index-embeddings-huggingface
llama-index-llms-llama-cpp
sentence-transformers>=2.2.0
# Audio processing
ffmpeg-python
librosa>=0.10.1
# System utilities
psutil
gtts==2.3.1