LogicGoInfotechSpaces commited on
Commit
007ae35
·
verified ·
1 Parent(s): a0e84fd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -5
requirements.txt CHANGED
@@ -15,8 +15,8 @@ gdown
15
  opencv-python
16
 
17
  # Torch (pinned for CodeFormer compatibility)
18
- torch==1.12.1
19
- torchvision==0.13.1
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
- tb-nightly
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
+