# MNEME - Motor de Memoria Neural Mórfica
# Dependencias principales

# Core dependencies
torch>=2.0.0
numpy>=1.21.0
scipy>=1.7.0

# Tensor decomposition
tensorly>=0.8.0

# Compression
lz4>=4.0.0

# Hashing
xxhash>=3.0.0

# System monitoring
psutil>=5.8.0

# Machine learning utilities
scikit-learn>=1.0.0

# Security and cryptography
cryptography>=3.4.0
pycryptodome>=3.15.0

# Advanced serialization
msgpack>=1.0.0
safetensors>=0.3.0
mscs>=2.4.0

# Performance optimization
numba>=0.57.0

# Development and testing
pytest>=6.0.0
pytest-cov>=2.0.0
black>=21.0.0
flake8>=3.8.0
mypy>=0.800.0

# Optional GPU support
# cupy>=9.0.0  # Uncomment for GPU acceleration
# nvidia-ml-py3>=7.0.0  # Uncomment for NVIDIA GPU monitoring

# Optional optimization
# cython>=0.29.0  # Uncomment for Cython optimization

# Documentation
# sphinx>=4.0.0  # Uncomment for documentation generation
# sphinx-rtd-theme>=0.5.0  # Uncomment for RTD theme