Course_Project / requirements.txt
fruitpicker01's picture
Update requirements.txt
9f7c6d6 verified
raw
history blame
272 Bytes
# HuggingFace Spaces requirements for Lightweight RAG Demo
# Optimized for fast deployment without heavy dependencies
# Core web framework
gradio==5.35.0
# OpenAI API for LLM
openai>=1.0.0
# Scientific libraries (minimal)
numpy>=1.24.0
# Utilities
python-dotenv>=1.0.0