YuAnTsai's picture
Update requirements.txt
928c465 verified
Raw
History Blame Contribute Delete
632 Bytes
# --- Core & Data ---
numpy==1.26.4
pandas
requests
# --- UI Framework ---
# 採用組員指定版本以確保樣式正確,同時符合主程式 >=4.0.0 的需求
gradio==4.44.1
# --- RAG & LLM (Main App) ---
openai
langchain
langchain-community
langchain-huggingface
faiss-cpu
sentence-transformers
huggingface_hub
# --- Computer Vision & DeepFace (Teammate Logic) ---
deepface==0.0.92
mtcnn==0.1.1
pillow==10.4.0
mediapipe
# 雲端環境必須使用 headless 版本,避免 GUI 錯誤
opencv-python-headless==4.10.0.84
# DeepFace 依賴項 (固定版本以確保相容性)
tensorflow==2.15.1
tf-keras==2.15.1
keras==2.15.0