Spaces:
Sleeping
Sleeping
Commit ·
a1b1c31
1
Parent(s): 5ce16cc
checking changes
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -47,12 +47,10 @@ PyJWT>=2.8.0
|
|
| 47 |
# Redis Cache
|
| 48 |
redis>=5.0.0
|
| 49 |
|
| 50 |
-
# Turso (libsql) Database
|
| 51 |
-
libsql-client>=0.
|
| 52 |
|
| 53 |
# Sentiment Analysis - Local Hugging Face models (DistilBERT)
|
| 54 |
transformers>=4.40.0
|
| 55 |
torch>=2.1.0 # CPU version is fine, auto-installs CPU build if GPU not detected
|
| 56 |
sentencepiece>=0.1.99
|
| 57 |
-
libsql-experimental>=0.0.55
|
| 58 |
-
libsql_client
|
|
|
|
| 47 |
# Redis Cache
|
| 48 |
redis>=5.0.0
|
| 49 |
|
| 50 |
+
# Turso (libsql) Database
|
| 51 |
+
libsql-client>=0.3.0
|
| 52 |
|
| 53 |
# Sentiment Analysis - Local Hugging Face models (DistilBERT)
|
| 54 |
transformers>=4.40.0
|
| 55 |
torch>=2.1.0 # CPU version is fine, auto-installs CPU build if GPU not detected
|
| 56 |
sentencepiece>=0.1.99
|
|
|
|
|
|