NayabShakeel commited on
Commit
78697b5
·
verified ·
1 Parent(s): 5472b30

Update requirement.txt

Browse files
Files changed (1) hide show
  1. requirement.txt +7 -3
requirement.txt CHANGED
@@ -1,10 +1,14 @@
1
  streamlit
2
  Pillow
3
  opencv-python-headless==4.8.0.74
4
- numpy==1.24.3 # Compatible version with OpenCV
5
  matplotlib
6
  scikit-image
7
- torch
8
- torchvision
 
 
 
 
9
 
10
 
 
1
  streamlit
2
  Pillow
3
  opencv-python-headless==4.8.0.74
4
+ numpy==1.23.5
5
  matplotlib
6
  scikit-image
7
+ scipy
8
+ torch==2.0.1
9
+ torchvision==0.15.2
10
+ tqdm
11
+ requests
12
+ pyyaml
13
 
14