Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
medigan
|
5 |
-
|
6 |
-
|
|
|
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
|