Skip to content

Commit f3d27d8

Browse files
committed
Cap ultralytics version
1 parent c416474 commit f3d27d8

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

β€Ždemo.ipynbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
},
354354
"outputs": [],
355355
"source": [
356-
"!pip install -q ultralytics"
356+
"!pip install -q \"ultralytics<=8.3.40\""
357357
]
358358
},
359359
{

β€Ždocs/how_to/benchmark_a_model.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Let's load a model.
105105
Similarly to Inference, Ultralytics allows you to run a variety of models.
106106

107107
```bash
108-
pip install ultralytics
108+
pip install "ultralytics<=8.3.40"
109109
```
110110

111111
```python

β€Ždocs/notebooks/count-objects-crossing-the-line.ipynbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
},
131131
"outputs": [],
132132
"source": [
133-
"!pip install -q ultralytics supervision==0.18.0"
133+
"!pip install -q \"ultralytics<=8.3.40\" \"supervision==0.18.0\""
134134
]
135135
},
136136
{

β€Ždocs/notebooks/quickstart.ipynbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
},
301301
"outputs": [],
302302
"source": [
303-
"!pip install -q ultralytics"
303+
"!pip install -q \"ultralytics<=8.3.40\""
304304
]
305305
},
306306
{

β€Žexamples/count_people_in_zone/requirements.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ gdown
22
inference==0.9.17
33
supervision>=0.20.0
44
tqdm
5-
ultralytics
5+
ultralytics<=8.3.40
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
supervision[assets]==0.19.0
2-
ultralytics
2+
ultralytics<=8.3.40
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opencv-python
22
supervision>=0.20.0
3-
ultralytics
3+
ultralytics<=8.3.40
44
inference==0.9.17
55
pytube
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
inference==0.9.17
22
supervision==0.19.0
33
tqdm
4-
ultralytics
4+
ultralytics<=8.3.40

β€Žexamples/traffic_analysis/requirements.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ gdown
22
inference==0.9.17
33
supervision>=0.20.0
44
tqdm
5-
ultralytics
5+
ultralytics<=8.3.40

0 commit comments

Comments
Β (0)