Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
streamlit
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
opencv-python
|
5 |
numpy
|
6 |
Pillow
|
|
|
1 |
streamlit
|
2 |
+
torch==2.1.0
|
3 |
+
torchvision==0.16.0
|
4 |
opencv-python
|
5 |
numpy
|
6 |
Pillow
|