Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -11,6 +11,5 @@ torch==2.2.1+cu121
|
|
| 11 |
torchvision==0.17.1+cu121
|
| 12 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 13 |
|
| 14 |
-
# Optional
|
| 15 |
-
python-multipart==0.0.6
|
| 16 |
-
google-fonts==1.2.3
|
|
|
|
| 11 |
torchvision==0.17.1+cu121
|
| 12 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 13 |
|
| 14 |
+
# Optional for better font handling (removed google-fonts)
|
| 15 |
+
python-multipart==0.0.6
|
|
|