Spaces:
Runtime error
Runtime error
changes
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -9,6 +9,7 @@ langmem==0.0.30
|
|
| 9 |
SQLAlchemy==2.0.41
|
| 10 |
google-auth==2.49.1
|
| 11 |
langgraph-checkpoint-postgres
|
| 12 |
-
|
|
|
|
| 13 |
transformers
|
| 14 |
pydantic-settings
|
|
|
|
| 9 |
SQLAlchemy==2.0.41
|
| 10 |
google-auth==2.49.1
|
| 11 |
langgraph-checkpoint-postgres
|
| 12 |
+
psycopg[binary]
|
| 13 |
+
psycopg-pool
|
| 14 |
transformers
|
| 15 |
pydantic-settings
|