Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -5,7 +5,7 @@ pathos==0.2.9
|
|
5 |
torch==2.1.2
|
6 |
pandas==1.5.3
|
7 |
tqdm==4.42.1
|
8 |
-
beautifulsoup4
|
9 |
click==7.0
|
10 |
cssutils==1.0.2
|
11 |
numpy==1.24.4
|
@@ -14,11 +14,10 @@ requests>=2.31.0
|
|
14 |
urllib3>=1.26.7
|
15 |
pandas>=1.5.3
|
16 |
plotly==5.14.1
|
17 |
-
requests
|
18 |
-
datetime
|
19 |
pygwalker==0.3.9
|
20 |
streamlit>=1.27.0
|
21 |
-
regex
|
22 |
yfinance==0.2.28
|
23 |
python-dotenv==1.0.1
|
24 |
asyncio==3.4.3
|
|
|
5 |
torch==2.1.2
|
6 |
pandas==1.5.3
|
7 |
tqdm==4.42.1
|
8 |
+
beautifulsoup4==4.12.3
|
9 |
click==7.0
|
10 |
cssutils==1.0.2
|
11 |
numpy==1.24.4
|
|
|
14 |
urllib3>=1.26.7
|
15 |
pandas>=1.5.3
|
16 |
plotly==5.14.1
|
17 |
+
requests==2.32.3
|
|
|
18 |
pygwalker==0.3.9
|
19 |
streamlit>=1.27.0
|
20 |
+
regex==0.1.20100709.1
|
21 |
yfinance==0.2.28
|
22 |
python-dotenv==1.0.1
|
23 |
asyncio==3.4.3
|