NEPA.tools-AI / requirements.txt
Nader Khalil
Add hybrid semantic retrieval with optional reranker
1b80640
raw
history blame contribute delete
460 Bytes
# NEPA AI Assistant — ZeroGPU Space Requirements
#
# NOTE: torch and gradio are pre-installed by HF Spaces.
# Do NOT pin torch — ZeroGPU provides a matched version.
# ZeroGPU decorator
spaces
# Model loading (Qwen3 requires >= 4.51.0)
transformers>=4.51.0
accelerate>=0.26.0
# Dataset loading
datasets>=2.14.0
pandas
pyarrow
numpy
# Semantic retrieval + optional reranker
sentence-transformers>=3.0.0
# Auth for gated datasets
huggingface_hub>=0.20.0