JatinAutonomousLabs commited on
Commit
83b2e8b
·
verified ·
1 Parent(s): f2efe83

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -11
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- # UI / notebooks / utils
2
  gradio==3.45.0
3
  gradio-client==0.5.2
4
- openai==0.27.8
5
 
6
  nbformat==5.7.0
7
  nbconvert==7.5.0
@@ -31,12 +31,11 @@ tokenizers>=0.19.1
31
  # torchvision==0.17.0+cpu
32
  accelerate==0.23.0
33
 
34
- # LangChain ecosystem (0.2.x family; compatible with langchain-core==0.2.5)
35
- langchain
36
- langchain-core
37
- langchain-huggingface
38
-
39
- # Use a langchain-community 0.2.x release (compatible with langchain-core 0.2.x)
40
- # Pick a recent 0.2.x community release instead of 0.0.4 which pins core<0.2
41
- langchain-community
42
- langchain_openai
 
1
+ # Core UI / notebooks / utils
2
  gradio==3.45.0
3
  gradio-client==0.5.2
4
+ openai==1.40.0
5
 
6
  nbformat==5.7.0
7
  nbconvert==7.5.0
 
31
  # torchvision==0.17.0+cpu
32
  accelerate==0.23.0
33
 
34
+ # LangChain ecosystem — consistent 0.3.x family
35
+ langchain==0.3.27
36
+ langchain-core==0.3.76
37
+ langchain-openai==0.3.33
38
+ langchain-text-splitters==0.3.11
39
+ langchain-huggingface==0.3.1
40
+ langchain-community==0.3.30
41
+ # (omit langsmith per your instruction)