Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
|
@@ -15,8 +15,8 @@ gdown
|
|
| 15 |
opencv-python
|
| 16 |
|
| 17 |
# Torch (pinned for CodeFormer compatibility)
|
| 18 |
-
torch
|
| 19 |
-
torchvision
|
| 20 |
|
| 21 |
# CodeFormer/RealESRGAN deps
|
| 22 |
# BasicSR + RealESRGAN are installed from the local CodeFormer directory in app.py (see ensure_codeformer)
|
|
@@ -37,6 +37,4 @@ uvicorn
|
|
| 37 |
motor
|
| 38 |
boto3
|
| 39 |
# Optional but included in CodeFormer repo
|
| 40 |
-
|
| 41 |
-
firebase-admin
|
| 42 |
-
PyJWT
|
|
|
|
| 15 |
opencv-python
|
| 16 |
|
| 17 |
# Torch (pinned for CodeFormer compatibility)
|
| 18 |
+
torch>=2.0.0
|
| 19 |
+
torchvision>=0.15.0
|
| 20 |
|
| 21 |
# CodeFormer/RealESRGAN deps
|
| 22 |
# BasicSR + RealESRGAN are installed from the local CodeFormer directory in app.py (see ensure_codeformer)
|
|
|
|
| 37 |
motor
|
| 38 |
boto3
|
| 39 |
# Optional but included in CodeFormer repo
|
| 40 |
+
|
|
|
|
|
|