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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
  streamlit==1.21.0
2
- openai # Removed version constraint
3
  sqlparse==0.4.4
4
- langchain-openai # Removed version constraint
 
5
  langchain-community==0.0.9
6
- langchain-core # Removed version constraint
7
- tiktoken==0.7.0 # Compatible version
8
  faiss-cpu==1.7.3
9
  python-dotenv==1.0.0
 
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