Spaces:
Running
Running
Robert Castagna
commited on
Commit
·
c8b11b9
1
Parent(s):
2633645
package dependency issue
Browse files- requirements.txt +10 -13
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
beautifulsoup4
|
2 |
click==7.0
|
3 |
cssutils==1.0.2
|
4 |
numpy==1.24.4
|
@@ -8,18 +8,15 @@ requests==2.31.0
|
|
8 |
tqdm==4.42.1
|
9 |
pathos==0.2.9
|
10 |
urllib3==1.26.7
|
11 |
-
pandas
|
12 |
-
plotly
|
13 |
-
|
14 |
-
|
15 |
-
transformers
|
16 |
-
requests
|
17 |
-
datetime
|
18 |
pygwalker==0.3.9
|
19 |
streamlit==1.22.0
|
20 |
-
regex
|
21 |
yfinance==0.2.28
|
22 |
-
torch
|
23 |
-
python-dotenv
|
24 |
-
openbb
|
25 |
-
riskfolio-lib
|
|
|
1 |
+
beautifulsoup4==4.12.2
|
2 |
click==7.0
|
3 |
cssutils==1.0.2
|
4 |
numpy==1.24.4
|
|
|
8 |
tqdm==4.42.1
|
9 |
pathos==0.2.9
|
10 |
urllib3==1.26.7
|
11 |
+
pandas==1.5.3
|
12 |
+
plotly==5.14.1
|
13 |
+
transformers==4.36.2
|
14 |
+
requests==2.31.0
|
|
|
|
|
|
|
15 |
pygwalker==0.3.9
|
16 |
streamlit==1.22.0
|
17 |
+
regex==2023.12.25
|
18 |
yfinance==0.2.28
|
19 |
+
torch==2.1.2
|
20 |
+
python-dotenv==1.0.0
|
21 |
+
openbb==4.1.4
|
22 |
+
riskfolio-lib==5.0.1
|