Update requirements.txt
Browse filesstreamlit
pandas
numpy
matplotlib
plotly
requests
Pillow
torch
transformers
sentencepiece
opencv-python
tqdm
scikit-learn
coinalyze-api-client # Biblioteca para usar la API de Coinalyze
- requirements.txt +13 -5
requirements.txt
CHANGED
@@ -1,9 +1,17 @@
|
|
1 |
streamlit
|
2 |
-
|
3 |
-
|
|
|
|
|
4 |
requests
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|