DHEIVER commited on
Commit
3c755ed
verified
1 Parent(s): 889df23

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Interface gr谩fica e web
2
+ gradio==4.19.2
3
+
4
+ # Processamento num茅rico e visualiza莽茫o
5
+ numpy==1.26.4
6
+ matplotlib==3.8.3
7
+
8
+ # Desenvolvimento (opcional)
9
+ pytest==8.0.2 # Para testes
10
+ black==24.2.0 # Para formata莽茫o de c贸digo