joaogabrielsouza commited on
Commit
0845ab1
·
1 Parent(s): 2efded7

Atualiza gráficos para execução no Hugging Face

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
  streamlit==1.32.0
2
- pandas>=1.5.3
3
- numpy>=1.23.0
4
- plotly>=5.13.0
5
- yahooquery>=2.3.7
6
- scipy>=1.10.0
7
- pillow>=9.4.0
8
  seaborn==0.12.2
9
 
 
1
  streamlit==1.32.0
2
+ pandas==2.2.2
3
+ numpy==1.26.4
4
+ plotly==5.18.0
5
+ yahooquery==2.3.7
6
+ scipy==1.13.1
7
+ pillow==9.4.0
8
  seaborn==0.12.2
9