ultralytics 8.2.33 pin numpy<2.0.0 for compatibility (#13661)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
e5477713dd
commit
6e12bcb71c
3 changed files with 2 additions and 2 deletions
|
|
@ -64,6 +64,7 @@ classifiers = [
|
||||||
|
|
||||||
# Required dependencies ------------------------------------------------------------------------------------------------
|
# Required dependencies ------------------------------------------------------------------------------------------------
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"numpy<2.0.0", # temporary patch for compat errors https://github.com/ultralytics/yolov5/actions/runs/9538130424/job/26286956354
|
||||||
"matplotlib>=3.3.0",
|
"matplotlib>=3.3.0",
|
||||||
"opencv-python>=4.6.0",
|
"opencv-python>=4.6.0",
|
||||||
"pillow>=7.1.2",
|
"pillow>=7.1.2",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||||
|
|
||||||
__version__ = "8.2.32"
|
__version__ = "8.2.33"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@ from ultralytics.nn.modules import (
|
||||||
ResNetLayer,
|
ResNetLayer,
|
||||||
RTDETRDecoder,
|
RTDETRDecoder,
|
||||||
Segment,
|
Segment,
|
||||||
Silence,
|
|
||||||
WorldDetect,
|
WorldDetect,
|
||||||
)
|
)
|
||||||
from ultralytics.utils import DEFAULT_CFG_DICT, DEFAULT_CFG_KEYS, LOGGER, colorstr, emojis, yaml_load
|
from ultralytics.utils import DEFAULT_CFG_DICT, DEFAULT_CFG_KEYS, LOGGER, colorstr, emojis, yaml_load
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue