Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse filesfix `ModuleNotFoundError: No module named 'altair.vegalite.v4'`
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
git+https://github.com/huggingface/transformers
|
2 |
torch
|
3 |
-
protobuf~=3.19.0
|
|
|
|
1 |
git+https://github.com/huggingface/transformers
|
2 |
torch
|
3 |
+
protobuf~=3.19.0
|
4 |
+
altair==4.2.2
|