Spaces:
Paused
Paused
Commit
·
ccf6ce7
1
Parent(s):
72bcadd
updated
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -59,4 +59,5 @@ requests>=2.31.0
|
|
59 |
# Note: The chatbot now uses a local Llama model via ``llama-cpp-python``.
|
60 |
# We include the dependency here so that it is installed on Hugging Face
|
61 |
# Spaces. The version is pinned for reproducibility and compatibility.
|
62 |
-
psycopg2
|
|
|
|
59 |
# Note: The chatbot now uses a local Llama model via ``llama-cpp-python``.
|
60 |
# We include the dependency here so that it is installed on Hugging Face
|
61 |
# Spaces. The version is pinned for reproducibility and compatibility.
|
62 |
+
psycopg2-binary
|
63 |
+
|