PearlIsa's picture
Update requirements.txt
32eed14 verified
raw
history blame
459 Bytes
# Core dependencies
huggingface_hub==0.25.2
torch==2.1.0
transformers==4.36.0
sentence-transformers==2.2.2
faiss-cpu==1.7.4
numpy==1.24.3
gradio==4.19.2
tqdm==4.66.1
python-dotenv==1.0.0
# Machine Learning dependencies
tf-keras==2.15.0 # backwards-compatible keras
tensorflow==2.15.0 # specific version
scikit-learn==1.3.2
# Tracking and visualization
wandb==0.16.0
matplotlib==3.8.2
seaborn==0.13.0
pandas==2.1.3
# Development dependencies
pytest==7.4.3