Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
streamlit>=1.22.0
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
medigan
|
5 |
-
numpy
|
6 |
-
Pillow
|
|
|
1 |
streamlit>=1.22.0
|
2 |
+
torch>=1.13.1
|
3 |
+
torchvision>=0.14.1
|
4 |
+
medigan>=1.2.3
|
5 |
+
numpy>=1.21.6
|
6 |
+
Pillow>=9.5.0
|