RubiksCube / requirements.txt
DHEIVER's picture
Create requirements.txt
64ae922 verified
raw
history blame contribute delete
265 Bytes
# Interface gráfica e web
gradio==4.19.2
# Processamento numérico e visualização
numpy==1.26.4
matplotlib==3.8.3
# Extras para desenvolvimento (opcionais)
pytest==8.0.2 # Para testes
black==24.2.0 # Para formatação de código
flake8==7.0.0 # Para linting