Ari commited on
Commit
bc3a9c3
·
verified ·
1 Parent(s): f62e64e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
  streamlit==1.21.0
2
- openai>=1.10.0,<2.0.0 # Specify the range for compatibility
3
  sqlparse==0.4.4
4
- langchain==0.0.235 # Add the main langchain package
5
- langchain-openai==0.1.3
6
- langchain-community==0.0.9
7
- langchain-core>=0.1.42,<0.2.0 # Make sure this aligns with langchain-openai
8
- tiktoken==0.7.0 # Compatible version of tiktoken
9
  faiss-cpu==1.7.3
10
  python-dotenv==1.0.0
 
 
1
  streamlit==1.21.0
2
+ openai>=1.10.0,<2.0.0
3
  sqlparse==0.4.4
4
+ langchain # Remove strict versioning to avoid conflicts
5
+ langchain-openai # Remove strict versioning as well
6
+ langchain-community # Remove strict versioning
 
 
7
  faiss-cpu==1.7.3
8
  python-dotenv==1.0.0
9
+ tiktoken==0.7.0