Commit
·
8e94a24
1
Parent(s):
9c68392
fix: ModuleNotFoundError: No module named ‘altair.vegalite.v4’
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -5,4 +5,5 @@ git+https://github.com/openai/CLIP.git
|
|
| 5 |
transformers
|
| 6 |
pytorch-lightning==1.9.0
|
| 7 |
wandb
|
| 8 |
-
streamlit_image_select
|
|
|
|
|
|
| 5 |
transformers
|
| 6 |
pytorch-lightning==1.9.0
|
| 7 |
wandb
|
| 8 |
+
streamlit_image_select
|
| 9 |
+
altair<5
|