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