Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
flask==3.1.0
|
2 |
flask-cors==5.0.1
|
3 |
numpy==1.23.5
|
|
|
4 |
pandas>=2.0.0
|
5 |
faiss-cpu==1.7.3
|
6 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
@@ -19,5 +20,4 @@ geocoder==1.38.1
|
|
19 |
pyngrok==7.2.3
|
20 |
requests==2.32.3
|
21 |
tqdm==4.67.1
|
22 |
-
scikit-learn==1.6.1
|
23 |
einops>=0.6.1
|
|
|
1 |
flask==3.1.0
|
2 |
flask-cors==5.0.1
|
3 |
numpy==1.23.5
|
4 |
+
scikit-learn==1.6.1
|
5 |
pandas>=2.0.0
|
6 |
faiss-cpu==1.7.3
|
7 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
20 |
pyngrok==7.2.3
|
21 |
requests==2.32.3
|
22 |
tqdm==4.67.1
|
|
|
23 |
einops>=0.6.1
|