# 3D+3D Theory - Python Requirements
# ====================================
# 
# Install with: pip install -r requirements.txt
#
# Tested on Python 3.8, 3.9, 3.10, 3.11, 3.12

# Core dependencies (required)
numpy>=1.24.0
scipy>=1.10.0

# Visualization (optional, for plotting)
matplotlib>=3.7.0

# Data handling (optional, for some scripts)
pandas>=2.0.0

# Notes:
# - All scripts work with numpy and scipy only
# - matplotlib is needed only for generating figures
# - pandas is needed only for halogas and some analysis scripts
