# pytem1d - Python Interface to TEM1D
# Requirements for runtime usage

# Core dependencies
numpy>=1.20.0
matplotlib>=3.3.0

# Optional: for enhanced performance monitoring
# psutil>=5.8.0  # Uncomment for memory usage monitoring in benchmarks
