LogicGoInfotechSpaces commited on
Commit
3eea63f
·
verified ·
1 Parent(s): dcfa78f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -15,8 +15,8 @@ httpx
15
  gdown
16
  opencv-python
17
 
18
- # Torch (compatible with Python 3.13)
19
- # CodeFormer requires PyTorch >= 1.7.1, but we need 2.0+ for Python 3.13 compatibility
20
  torch>=2.0.0
21
  torchvision>=0.15.0
22
 
@@ -37,7 +37,6 @@ gradio
37
  huggingface_hub
38
  fastapi
39
  uvicorn
40
- motor
41
  boto3
42
  # Optional but included in CodeFormer repo
43
  tb-nightly
 
15
  gdown
16
  opencv-python
17
 
18
+ # Torch (compatible with Python 3.11)
19
+ # CodeFormer requires PyTorch >= 1.7.1, using 2.0+ for modern Python compatibility
20
  torch>=2.0.0
21
  torchvision>=0.15.0
22
 
 
37
  huggingface_hub
38
  fastapi
39
  uvicorn
 
40
  boto3
41
  # Optional but included in CodeFormer repo
42
  tb-nightly