Cap ultralytics version

This commit is contained in:
LinasKo 2024-12-05 17:23:05 +02:00
parent c416474b63
commit f3d27d8381
9 changed files with 9 additions and 9 deletions

2
demo.ipynb vendored
View File

@ -353,7 +353,7 @@
},
"outputs": [],
"source": [
"!pip install -q ultralytics"
"!pip install -q \"ultralytics<=8.3.40\""
]
},
{

View File

@ -105,7 +105,7 @@ Let's load a model.
Similarly to Inference, Ultralytics allows you to run a variety of models.
```bash
pip install ultralytics
pip install "ultralytics<=8.3.40"
```
```python

View File

@ -130,7 +130,7 @@
},
"outputs": [],
"source": [
"!pip install -q ultralytics supervision==0.18.0"
"!pip install -q \"ultralytics<=8.3.40\" \"supervision==0.18.0\""
]
},
{

View File

@ -300,7 +300,7 @@
},
"outputs": [],
"source": [
"!pip install -q ultralytics"
"!pip install -q \"ultralytics<=8.3.40\""
]
},
{

View File

@ -2,4 +2,4 @@ gdown
inference==0.9.17
supervision>=0.20.0
tqdm
ultralytics
ultralytics<=8.3.40

View File

@ -1,2 +1,2 @@
supervision[assets]==0.19.0
ultralytics
ultralytics<=8.3.40

View File

@ -1,5 +1,5 @@
opencv-python
supervision>=0.20.0
ultralytics
ultralytics<=8.3.40
inference==0.9.17
pytube

View File

@ -1,4 +1,4 @@
inference==0.9.17
supervision==0.19.0
tqdm
ultralytics
ultralytics<=8.3.40

View File

@ -2,4 +2,4 @@ gdown
inference==0.9.17
supervision>=0.20.0
tqdm
ultralytics
ultralytics<=8.3.40