Barto517 commited on
Commit
15f8672
·
verified ·
1 Parent(s): ca559fb

Update requirements.txt

Browse files

streamlit
pandas
numpy
matplotlib
plotly
requests
Pillow
torch
transformers
sentencepiece
opencv-python
tqdm
scikit-learn
coinalyze-api-client # Biblioteca para usar la API de Coinalyze

Files changed (1) hide show
  1. requirements.txt +13 -5
requirements.txt CHANGED
@@ -1,9 +1,17 @@
1
  streamlit
2
- transformers
3
- torch
 
 
4
  requests
5
- pillow
6
- python-dotenv
7
- beautifulsoup4
 
 
 
 
 
 
8
 
9
 
 
1
  streamlit
2
+ pandas
3
+ numpy
4
+ matplotlib
5
+ plotly
6
  requests
7
+ Pillow
8
+ torch
9
+ transformers
10
+ sentencepiece
11
+ opencv-python
12
+ tqdm
13
+ scikit-learn
14
+ coinalyze-api-client # Biblioteca para usar la API de Coinalyze
15
+
16
 
17