Spaces:
Build error
Build error
Update requirements.txt
Browse filesTry to solve the “ModuleNotFoundError: No module named ‘altair.vegalite.v4’”loading error, as instructed by the guide here https://discuss.huggingface.co/t/streamlit-spaces-with-modulenotfounderror-no-module-named-altair-vegalite-v4-error/39683
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -6,4 +6,5 @@ jaxlib
|
|
6 |
flax
|
7 |
torch==1.9.0
|
8 |
torchvision==0.10.0
|
9 |
-
requests
|
|
|
|
6 |
flax
|
7 |
torch==1.9.0
|
8 |
torchvision==0.10.0
|
9 |
+
requests
|
10 |
+
altair<5
|