AlessandroMasala commited on
Commit
5feac42
·
verified ·
1 Parent(s): 54bdb38

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -19
requirements.txt CHANGED
@@ -1,19 +1,23 @@
1
- torch
2
- transformers
3
- accelerate
4
- langchain
5
- langgraph
6
- langchain-community
7
- python-dotenv
8
- requests
9
- pandas
10
- gradio
11
- wikipedia
12
- whisper
13
- yt-dlp
14
- tabulate
15
- openai-whisper
16
- tabulate
17
- langchain-core
18
- duckduckgo-search
19
- Pillow
 
 
 
 
 
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