AlessandroMasala commited on
Commit
adcaed9
·
verified ·
1 Parent(s): 5fa4592

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -18
requirements.txt CHANGED
@@ -1,23 +1,24 @@
1
- torch>=2.0.0
2
- transformers>=4.30.0
3
- accelerate>=0.20.3
4
 
5
- langchain>=0.0.37
6
- langchain-core>=0.1.0
7
- langchain-community>=0.0.5
8
- langchain-huggingface>=0.0.1
9
- langgraph>=0.0.1
10
 
11
- python-dotenv>=1.0.0
12
- requests>=2.28.0
13
- pandas>=2.0.0
14
 
15
- gradio>=3.34.0
16
 
17
- duckduckgo-search>=2.0.2
18
- wikipedia>=1.4.0
19
- Pillow>=9.5.0
20
- tabulate>=0.9.0
 
 
 
21
 
22
- whisper @ git+https://github.com/openai/whisper.git
23
- yt-dlp>=2024.2.1
 
1
+ torch
2
+ transformers
3
+ accelerate
4
 
5
+ langchain
6
+ langchain-core
7
+ langchain-community
8
+ langchain-huggingface
9
+ langgraph
10
 
11
+ python-dotenv
12
+ requests
13
+ pandas
14
 
15
+ gradio
16
 
17
+ duckduckgo-search
18
+ wikipedia
19
+ Pillow
20
+ tabulate
21
+
22
+ openai-whisper
23
+ yt-dlp
24