Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -4,4 +4,6 @@ torch>=1.7.1
|
|
4 |
torchtext>=0.9.1
|
5 |
numpy>=1.19.2
|
6 |
pandas>=1.1.3
|
7 |
-
scikit-learn==1.4.1.post1
|
|
|
|
|
|
4 |
torchtext>=0.9.1
|
5 |
numpy>=1.19.2
|
6 |
pandas>=1.1.3
|
7 |
+
scikit-learn==1.4.1.post1
|
8 |
+
uvicorn
|
9 |
+
fastapi
|