Minesweeper / requirements.txt
DHEIVER's picture
Create requirements.txt
3c755ed verified
raw
history blame contribute delete
222 Bytes
# Interface gráfica e web
gradio==4.19.2
# Processamento numérico e visualização
numpy==1.26.4
matplotlib==3.8.3
# Desenvolvimento (opcional)
pytest==8.0.2 # Para testes
black==24.2.0 # Para formatação de código