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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
  streamlit==1.21.0
2
- openai # Remove version constraint, let pip handle compatibility
3
  sqlparse==0.4.4
4
- langchain-openai==0.1.3
5
  langchain-community==0.0.9
6
- langchain-core==0.3.0
7
- tiktoken==0.7.0 # Use a compatible version of tiktoken
8
  faiss-cpu==1.7.3
9
  python-dotenv==1.0.0
 
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