Pranjal2041
commited on
Commit
·
2460600
1
Parent(s):
970a7a2
Update Requirements
Browse files- DenseMammogram/requirements.txt +1 -1
- requirements.txt +2 -2
DenseMammogram/requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
torch==1.
|
2 |
tqdm==4.62.3
|
3 |
torchvision==0.11.3
|
4 |
scipy==1.7.3
|
|
|
1 |
+
torch==1.11.0
|
2 |
tqdm==4.62.3
|
3 |
torchvision==0.11.3
|
4 |
scipy==1.7.3
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio
|
2 |
-
torch==1.
|
3 |
tqdm==4.62.3
|
4 |
torchvision==0.11.3
|
5 |
scipy==1.7.3
|
@@ -9,4 +9,4 @@ Pillow==8.4.0
|
|
9 |
pandas==1.4.0
|
10 |
matplotlib==3.5.1
|
11 |
numpy
|
12 |
-
easydict==1.9
|
|
|
1 |
gradio
|
2 |
+
torch==1.11.0
|
3 |
tqdm==4.62.3
|
4 |
torchvision==0.11.3
|
5 |
scipy==1.7.3
|
|
|
9 |
pandas==1.4.0
|
10 |
matplotlib==3.5.1
|
11 |
numpy
|
12 |
+
easydict==1.9
|