Commit
·
9a5eef2
1
Parent(s):
baaf546
updating req file
Browse files- requirements.txt +20 -21
requirements.txt
CHANGED
@@ -1,33 +1,32 @@
|
|
1 |
beautifulsoup4==4.12.3
|
2 |
bs4==0.0.2
|
3 |
-
|
4 |
-
|
5 |
huggingface-hub==0.23.5
|
|
|
6 |
lightning==2.4.0
|
7 |
lightning-utilities==0.11.8
|
8 |
-
multidict==6.0
|
9 |
-
|
10 |
nest-asyncio==1.6.0
|
11 |
-
numpy==1.
|
12 |
-
pandas==2.
|
13 |
pydantic==2.9.2
|
14 |
pydantic_core==2.23.4
|
15 |
python-dotenv==1.0.1
|
16 |
-
|
17 |
-
pytorch-forecasting==1.1.1
|
18 |
pytorch-lightning==2.4.0
|
19 |
-
requests==2.
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
torchmetrics==1.6.0
|
28 |
-
|
29 |
transformers==4.39.2
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
yahoo-fin==0.8.9.1
|
|
|
1 |
beautifulsoup4==4.12.3
|
2 |
bs4==0.0.2
|
3 |
+
fastapi==0.115.5
|
4 |
+
html5lib==1.1
|
5 |
huggingface-hub==0.23.5
|
6 |
+
keras==3.6.0
|
7 |
lightning==2.4.0
|
8 |
lightning-utilities==0.11.8
|
9 |
+
multidict==6.1.0
|
10 |
+
multitasking==0.0.11
|
11 |
nest-asyncio==1.6.0
|
12 |
+
numpy==1.26.4
|
13 |
+
pandas==2.2.3
|
14 |
pydantic==2.9.2
|
15 |
pydantic_core==2.23.4
|
16 |
python-dotenv==1.0.1
|
17 |
+
pytorch-forecasting
|
|
|
18 |
pytorch-lightning==2.4.0
|
19 |
+
requests==2.32.3
|
20 |
+
requests-html==0.10.0
|
21 |
+
tensorflow==2.18.0
|
22 |
+
termcolor==2.5.0
|
23 |
+
tf_keras==2.18.0
|
24 |
+
threadpoolctl==3.5.0
|
25 |
+
tiktoken==0.8.0
|
26 |
+
torch==2.5.1
|
27 |
torchmetrics==1.6.0
|
28 |
+
tornado==6.4.1
|
29 |
transformers==4.39.2
|
30 |
+
uvicorn==0.32.0
|
31 |
+
yahoo-fin==0.8.9.1
|
32 |
+
yfinance==0.2.49
|
|