# Core dependencies
pandas>=1.3.0
numpy>=1.20.0
matplotlib>=3.3.0
seaborn>=0.11.0
plotly>=5.0.0

# NLP and ML
nltk>=3.6.0
gensim>=4.0.0
scikit-learn>=0.24.0
scipy>=1.7.0
statsmodels>=0.12.0

# LLM Integration
openai>=1.0.0
requests>=2.25.0

# Text Processing
fuzzywuzzy>=0.18.0
lxml>=4.6.0

# Utilities
click>=8.0.0
openpyxl>=3.0.0
pillow>=8.0.0

# Optional: Ollama support
# ollama>=0.1.0
