Spaces:
Sleeping
Sleeping
Ari
commited on
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
streamlit==1.21.0
|
2 |
-
openai>=1.10.0,<2.0.0
|
3 |
sqlparse==0.4.4
|
4 |
-
langchain
|
5 |
-
langchain-openai
|
6 |
-
langchain-community
|
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
|