Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
fastapi==0.115.6
|
| 2 |
uvicorn[standard]==0.32.1
|
| 3 |
python-multipart==0.0.12
|
| 4 |
-
|
| 5 |
pillow==10.4.0
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
torchvision==0.20.1
|
|
|
|
| 1 |
fastapi==0.115.6
|
| 2 |
uvicorn[standard]==0.32.1
|
| 3 |
python-multipart==0.0.12
|
|
|
|
| 4 |
pillow==10.4.0
|
| 5 |
+
torch==2.4.1
|
| 6 |
+
torchvision==0.19.1
|
| 7 |
+
jinja2==3.1.4
|
|
|