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