# Core dependencies
numpy>=1.21.0
pandas>=1.3.0
matplotlib>=3.5.0
seaborn>=0.11.0
tqdm>=4.62.0

# Machine Learning
torch>=1.12.0
transformers>=4.20.0
scikit-learn>=1.1.0

# API and HTTP
requests>=2.28.0
openai>=1.0.0
python-dotenv>=0.19.0

# Data processing
jsonlines>=3.0.0

# Statistical analysis
lifelines>=0.27.0  # For survival analysis in O2_Recovery_dynamics.py

# Optional: For enhanced plotting
plotly>=5.0.0
