kyanmahajan commited on
Commit
ddbb345
·
verified ·
1 Parent(s): 76f7d7b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -9
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- flask
2
- flask-cors
3
- torch==2.2.0
4
- torchvision==0.17.0
5
- pillow
6
- numpy
7
- matplotlib
8
- opencv-python-headless
9
- git+https://github.com/jacobgil/pytorch-grad-cam.git
 
 
 
1
+ flask
2
+ flask-cors
3
+ torch
4
+ torchvision
5
+ pillow
6
+ numpy
7
+ matplotlib
8
+ opencv-python-headless
9
+ git+https://github.com/jacobgil/pytorch-grad-cam.git
10
+
11
+