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