Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
chainlit
|
2 |
-
vanna
|
3 |
-
psycopg2
|
4 |
google.generativeai
|
5 |
qdrant_client
|
|
|
1 |
+
chainlit==1.1.300
|
2 |
+
vanna[postgres]
|
|
|
3 |
google.generativeai
|
4 |
qdrant_client
|