Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
fastai==2.7.0
|
2 |
gradio==3.0.0
|
3 |
-
torch==1.
|
4 |
-
torchvision==0.
|
5 |
toml
|
6 |
albumentations
|
7 |
numpy
|
|
|
1 |
fastai==2.7.0
|
2 |
gradio==3.0.0
|
3 |
+
torch==1.11.0
|
4 |
+
torchvision==0.12.0
|
5 |
toml
|
6 |
albumentations
|
7 |
numpy
|