mike23415 commited on
Commit
6616836
·
verified ·
1 Parent(s): b78ce88

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -10
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
- flask
2
- flask-cors
3
- gunicorn
4
- numpy
5
- pillow
6
- torch
7
- torchvision
8
- basicsr
9
- realesrgan
10
- opencv-python-headless
 
 
1
+ flask==3.0.2
2
+ flask-cors==4.0.0
3
+ gunicorn==21.2.0
4
+ numpy==1.23.5
5
+ pillow==10.0.1
6
+ torch==1.13.1+cu117
7
+ torchvision==0.14.1+cu117
8
+ basicsr==1.4.2
9
+ realesrgan==0.3.0
10
+ opencv-python-headless==4.8.1.78
11
+ --extra-index-url https://download.pytorch.org/whl/cu117