muddasser commited on
Commit
359dd8d
·
verified ·
1 Parent(s): 6e7df9c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -1,13 +1,16 @@
 
1
  streamlit==1.32.0
2
  selenium==4.20.0
3
  transformers==4.44.2
4
  sentence-transformers==3.1.1
5
  huggingface_hub==0.25.1
6
- langchain==0.3.27
7
- langchain-community==0.0.29
8
  faiss-cpu==1.7.4
9
  torch==2.2.0
10
  psutil==5.9.8
11
  accelerate==0.30.0
12
  protobuf==3.20.3
13
- langchain-core==0.3.75 # Updated to a valid version
 
 
 
 
 
1
+ # requirements.txt
2
  streamlit==1.32.0
3
  selenium==4.20.0
4
  transformers==4.44.2
5
  sentence-transformers==3.1.1
6
  huggingface_hub==0.25.1
 
 
7
  faiss-cpu==1.7.4
8
  torch==2.2.0
9
  psutil==5.9.8
10
  accelerate==0.30.0
11
  protobuf==3.20.3
12
+
13
+ # LangChain ecosystem - pinned for Python 3.10
14
+ langchain==0.2.3
15
+ langchain-community==0.2.3
16
+ langchain-core==0.2.3