Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
streamlit
|
2 |
transformers
|
3 |
-
torch
|
4 |
yfinance
|
5 |
requests
|
6 |
-
beautifulsoup4
|
7 |
-
lxml
|
8 |
-
|
9 |
-
numpy
|
10 |
-
matplotlib
|
11 |
-
websocket
|
|
|
1 |
streamlit
|
2 |
transformers
|
3 |
+
torch
|
4 |
yfinance
|
5 |
requests
|
6 |
+
beautifulsoup4
|
7 |
+
lxml # For XML parsing with BeautifulSoup and ElementTree
|
8 |
+
xmltodict # Optional, for easier XML parsing if needed
|
|
|
|
|
|