Spaces:
Build error
Build error
Update requirements.txt
#2
by
Obyda - opened
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -38,7 +38,6 @@ PyYAML==5.4.1
|
|
| 38 |
scipy==1.4.1
|
| 39 |
seaborn==0.11.1
|
| 40 |
sklearn==0.0
|
| 41 |
-
streamlit==1.5.1
|
| 42 |
timm==0.6.7
|
| 43 |
tokenizers==0.12.1
|
| 44 |
toml==0.10.2
|
|
@@ -48,3 +47,5 @@ torchvision==0.11.1
|
|
| 48 |
git+https://github.com/huggingface/transformers.git
|
| 49 |
#-e git+https://github.com/nielsrogge/transformers.git@d34f7e6ffbb911d39465173ef2b35ba147ef58a9#egg=transformers
|
| 50 |
urllib3==1.26.7
|
|
|
|
|
|
|
|
|
| 38 |
scipy==1.4.1
|
| 39 |
seaborn==0.11.1
|
| 40 |
sklearn==0.0
|
|
|
|
| 41 |
timm==0.6.7
|
| 42 |
tokenizers==0.12.1
|
| 43 |
toml==0.10.2
|
|
|
|
| 47 |
git+https://github.com/huggingface/transformers.git
|
| 48 |
#-e git+https://github.com/nielsrogge/transformers.git@d34f7e6ffbb911d39465173ef2b35ba147ef58a9#egg=transformers
|
| 49 |
urllib3==1.26.7
|
| 50 |
+
streamlit==1.22.0
|
| 51 |
+
altair<5
|