Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
pixeltable
|
2 |
-
torch
|
|
|
3 |
-e git+https://github.com/Megvii-BaseDetection/YOLOX#egg=yolox
|
|
|
1 |
pixeltable
|
2 |
+
torch==2.2.1
|
3 |
+
torchvision==0.17.1
|
4 |
-e git+https://github.com/Megvii-BaseDetection/YOLOX#egg=yolox
|