Spaces:
Runtime error
Runtime error
Add matplotlib
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
altair
|
2 |
loguru
|
|
|
|
|
3 |
pandas
|
4 |
-
|
5 |
-
wandb
|
6 |
scikit-learn
|
7 |
-
|
8 |
torch
|
9 |
torchvision
|
10 |
-
|
|
|
|
|
1 |
loguru
|
2 |
+
matplotlib
|
3 |
+
numpy
|
4 |
pandas
|
5 |
+
Pillow
|
|
|
6 |
scikit-learn
|
7 |
+
streamlit
|
8 |
torch
|
9 |
torchvision
|
10 |
+
wandb
|