Commit ·
c0160ba
1
Parent(s): 370f9e0
fix: explicit websockets requirement for HF spaces
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
streamlit==1.32.2
|
| 2 |
pandas
|
| 3 |
plotly==5.18.0
|
| 4 |
-
matplotlib
|
|
|
|
|
|
| 1 |
streamlit==1.32.2
|
| 2 |
pandas
|
| 3 |
plotly==5.18.0
|
| 4 |
+
matplotlib
|
| 5 |
+
websockets
|