Spaces:
Running
Running
Aaron Angerami commited on
Add datasets dependency to HF_requirements.txt
Browse files- HF_requirements.txt +1 -0
HF_requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
streamlit>=1.28.0
|
| 2 |
plotly>=5.14.0
|
| 3 |
kaleido>=0.2.1 # For plotly static image export (snapshot feature)
|
|
|
|
| 1 |
+
datasets>=2.14.0
|
| 2 |
streamlit>=1.28.0
|
| 3 |
plotly>=5.14.0
|
| 4 |
kaleido>=0.2.1 # For plotly static image export (snapshot feature)
|