# MTCS-R Code Examples - Python Dependencies
# Install with: pip install -r requirements.txt
#
# Inter-rater reliability (ICC and Krippendorff's alpha) is computed by the
# R script scripts/reliability_calculation.R, not by Python. See README.md.

# Core scientific computing
numpy>=1.21.0
pandas>=1.3.0
scipy>=1.7.0

# Machine learning and NLP (semantic_drift.py and perplexity_analysis.py)
sentence-transformers>=2.2.0
transformers>=4.30.0
torch>=2.0.0

# Visualization
matplotlib>=3.4.0

# Jupyter notebooks
jupyter>=1.0.0
ipykernel>=6.0.0
