Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -3,7 +3,6 @@ unidecode
|
|
3 |
nltk==3.6.2
|
4 |
GitPython==3.1.29
|
5 |
google==3.0.0
|
6 |
-
scikit-learn==0.23.2
|
7 |
google-auth==2.17.2
|
8 |
google-auth-oauthlib==1.0.0
|
9 |
google-search-results==2.4.2
|
@@ -13,4 +12,5 @@ h11==0.9.0
|
|
13 |
huggingface-hub==0.13.3
|
14 |
openai
|
15 |
streamlit-nightly
|
16 |
-
streamlit-folium
|
|
|
|
3 |
nltk==3.6.2
|
4 |
GitPython==3.1.29
|
5 |
google==3.0.0
|
|
|
6 |
google-auth==2.17.2
|
7 |
google-auth-oauthlib==1.0.0
|
8 |
google-search-results==2.4.2
|
|
|
12 |
huggingface-hub==0.13.3
|
13 |
openai
|
14 |
streamlit-nightly
|
15 |
+
streamlit-folium
|
16 |
+
scikit-learn==1.3.0
|