fix: Downgrade Python to 3.11 and use compatible dependency versions
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
fastapi==0.115.6
|
||||
uvicorn[standard]==0.34.0
|
||||
python-multipart==0.0.18
|
||||
pydantic-settings==2.7.1
|
||||
psutil==6.1.1
|
||||
httpx==0.27.0
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
python-multipart==0.0.6
|
||||
pydantic-settings==2.1.0
|
||||
psutil==5.9.6
|
||||
httpx==0.25.2
|
||||
|
||||
# Real-ESRGAN and dependencies
|
||||
opencv-python==4.10.0.84
|
||||
numpy==1.26.4
|
||||
scipy==1.14.1
|
||||
tqdm==4.67.1
|
||||
opencv-python==4.8.1.78
|
||||
numpy==1.24.3
|
||||
scipy==1.11.4
|
||||
tqdm==4.66.1
|
||||
|
||||
Reference in New Issue
Block a user