akazmi commited on
Commit
24d6a5e
1 Parent(s): 746f146

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -7
requirements.txt CHANGED
@@ -1,11 +1,8 @@
1
  streamlit
2
  transformers
3
- torch # Required for Hugging Face models
4
  yfinance
5
  requests
6
- beautifulsoup4 # For web scraping Yahoo Finance
7
- lxml # For parsing XML in Google News RSS feed
8
- pandas
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