architojha commited on
Commit
9a5eef2
·
1 Parent(s): baaf546

updating req file

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -21
requirements.txt CHANGED
@@ -1,33 +1,32 @@
1
  beautifulsoup4==4.12.3
2
  bs4==0.0.2
3
- keras==2.12.0
4
- fastapi==0.110.2
5
  huggingface-hub==0.23.5
 
6
  lightning==2.4.0
7
  lightning-utilities==0.11.8
8
- multidict==6.0.5
9
- multiprocess==0.70.16
10
  nest-asyncio==1.6.0
11
- numpy==1.22
12
- pandas==2.0.3
13
  pydantic==2.9.2
14
  pydantic_core==2.23.4
15
  python-dotenv==1.0.1
16
- python-multipart==0.0.9
17
- pytorch-forecasting==1.1.1
18
  pytorch-lightning==2.4.0
19
- requests==2.31.0
20
- responses==0.18.0
21
- scikit-learn==1.3.0
22
- SQLAlchemy==2.0.29
23
- tensorflow==2.12.0
24
- tiktoken==0.7.0
25
- torch==2.4.0
26
- torchaudio==2.4.0
27
  torchmetrics==1.6.0
28
- torchvision==0.19.0
29
  transformers==4.39.2
30
- typing-inspect==0.9.0
31
- typing_extensions==4.11.0
32
- uvicorn==0.28.0
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