felixmortas commited on
Commit
61a4963
·
1 Parent(s): fe7df00

specify requirements versions

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -16
requirements.txt CHANGED
@@ -1,19 +1,17 @@
 
 
1
  gradio
2
- requests
3
- mistralai
4
- langgraph
5
- langchain
6
- langchain-mistralai
7
- langchain_community
8
- duckduckgo-search
9
- wikipedia
10
- bs4
11
- openpyxl
12
- youtube-transcript-api
13
- yt-dlp
14
- opencv
15
- transformers
16
  # pytorch==2.6.0
17
  # torchvision==0.22
18
- groq
19
- langchain-google-genai
 
1
+ bs4==4.12.3
2
+ duckduckgo-search==8.0.4
3
  gradio
4
+ langchain==0.3.26
5
+ langchain_community==0.3.26
6
+ langchain-google-genai==2.1.6
7
+ langchain-mistralai==0.2.10
8
+ langgraph==0.4.10
9
+ mistralai==1.7.0
10
+ opencv==4.10.0
11
+ openpyxl==3.1.5
12
+ requests==2.32.4
13
+ wikipedia==1.4.0
14
+ youtube-transcript-api==1.1.0
15
+ yt-dlp==2025.6.30
 
 
16
  # pytorch==2.6.0
17
  # torchvision==0.22