# Deep Learning
# Para instalar PyTorch com CUDA localmente, use:
#   pip install -r requirements-torch-cuda.txt
torch>=2.7.0
torchvision
torchaudio
keras>=3.0.0
tensorflow>=2.16.0
 
# MLOps
mlflow
dagshub
numpy
python-dotenv
# Visualization & Utils
networkx>=2.8.0
matplotlib>=3.5.0
seaborn>=0.12.0

# Generative AI (added based on llm.py imports)
langchain-groq
langchain-core
langchain-community
pydantic
 
# Optional: Generative AI
# openai>=0.27.0
# langchain>=0.0.100
# huggingface-hub>=0.12.0

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
 
# Linting & Formatting
ruff>=0.4.0
 
# Type Checking
mypy>=1.0.0