Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
fastapi==0.103.0
|
2 |
-
uvicorn==0.23.2
|
3 |
-
pandas==2.0.3
|
4 |
-
sentence-transformers==2.2.2
|
5 |
-
scikit-learn==1.3.0
|
|
|
|
1 |
+
fastapi==0.103.0
|
2 |
+
uvicorn==0.23.2
|
3 |
+
pandas==2.0.3
|
4 |
+
sentence-transformers==2.2.2
|
5 |
+
scikit-learn==1.3.0
|
6 |
+
numpy==1.23.5 # Compatible with pandas 2.0.3
|