dalybuilds commited on
Commit
df2d975
·
verified ·
1 Parent(s): 3a4bfa7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -10
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
- # requirements.txt
2
- gradio
3
- requests
4
- pandas
5
- groq
6
- langchain
7
- langchain-groq
8
- langchain-tavily
9
- pytube
10
- ffmpeg-python # Added for Python-based FFmpeg handling (replaces system FFmpeg)
 
1
+ gradio==4.44.0
2
+ requests==2.32.3
3
+ pandas==2.2.2
4
+ groq==0.9.0
5
+ langchain==0.2.14
6
+ langchain-groq==0.1.9
7
+ langchain-tavily==0.1.0
8
+ pytube==15.0.0
9
+ ffmpeg-python==0.2.0