# Core dependencies
pandas>=1.5.0
numpy>=1.21.0

# Neural network components
torch>=2.0.0
torchvision>=0.15.0
scikit-learn>=1.1.0
scipy>=1.9.0

# For MIMIC-III data processing
sqlalchemy>=1.4.0
psycopg2-binary>=2.9.0  # PostgreSQL adapter

# For data visualization and analysis
matplotlib>=3.5.0
seaborn>=0.11.0

# For text processing and NLP (lightweight)
nltk>=3.7

# For configuration and logging
pyyaml>=6.0
tqdm>=4.64.0

# For medical terminology processing
pymedterminologies>=0.3.0

# For evaluation metrics
rouge-score>=0.1.0

# For streamlit app
streamlit>=1.28.0
plotly>=5.15.0