Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
# Core dependencies
|
2 |
gradio==4.14.0
|
3 |
-
sentence-transformers==2.2.2
|
4 |
-
chromadb==0.4.22
|
5 |
transformers==4.36.0
|
6 |
torch==2.1.0
|
7 |
-
|
8 |
|
9 |
# Text processing
|
10 |
fuzzywuzzy==0.18.0
|
@@ -12,7 +10,6 @@ python-Levenshtein==0.23.0
|
|
12 |
|
13 |
# Time handling
|
14 |
pytz==2023.3.post1
|
15 |
-
python-dateutil==2.8.2
|
16 |
|
17 |
# Caching
|
18 |
diskcache==5.6.3
|
|
|
1 |
# Core dependencies
|
2 |
gradio==4.14.0
|
|
|
|
|
3 |
transformers==4.36.0
|
4 |
torch==2.1.0
|
5 |
+
chromadb==0.4.22
|
6 |
|
7 |
# Text processing
|
8 |
fuzzywuzzy==0.18.0
|
|
|
10 |
|
11 |
# Time handling
|
12 |
pytz==2023.3.post1
|
|
|
13 |
|
14 |
# Caching
|
15 |
diskcache==5.6.3
|