YolyY commited on
Commit
b4f7b52
1 Parent(s): 862e020

Update requirements.txt

Browse files

Try 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

Files changed (1) hide show
  1. 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