Spaces:
Running
Running
ipdssanggau
commited on
Commit
•
1ca919c
1
Parent(s):
2e738e9
fix scikit learn and numpy
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ torch==2.0.1
|
|
8 |
Flask==2.3.2
|
9 |
|
10 |
# Scikit-learn for TF-IDF vectorizer and cosine similarity
|
11 |
-
scikit-learn
|
12 |
|
13 |
# Gradio for frontend interface
|
14 |
gradio==4.44.0
|
@@ -33,7 +33,7 @@ importlib-resources==6.4.5
|
|
33 |
jinja2==3.1.4
|
34 |
markupsafe==2.1.5
|
35 |
matplotlib==3.9.2
|
36 |
-
numpy
|
37 |
orjson==3.10.7
|
38 |
packaging==24.1
|
39 |
pandas==2.2.3
|
|
|
8 |
Flask==2.3.2
|
9 |
|
10 |
# Scikit-learn for TF-IDF vectorizer and cosine similarity
|
11 |
+
scikit-learn>=1.0.2
|
12 |
|
13 |
# Gradio for frontend interface
|
14 |
gradio==4.44.0
|
|
|
33 |
jinja2==3.1.4
|
34 |
markupsafe==2.1.5
|
35 |
matplotlib==3.9.2
|
36 |
+
numpy>=1.21
|
37 |
orjson==3.10.7
|
38 |
packaging==24.1
|
39 |
pandas==2.2.3
|