# Core dependencies for CISO-GENAI Framework

# PyTorch (for neural networks) - specify version compatible with your setup
# Note: For GPU support, users might need to install torch separately using
#       PyTorch's official instructions (e.g., from pytorch.org)
torch>=2.0.0

# Numerical operations
numpy>=1.26.0

# Reinforcement learning environment API
gymnasium>=1.0.0

# Topological Data Analysis for group formation
ripser>=0.6.12

# YAML configuration file parsing
PyYAML>=6.0.0

