ultralytics 8.3.4 unpin numpy<2.0.0 (#16655)
This commit is contained in:
parent
5519050a94
commit
0ae9ee897f
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ classifiers = [
|
||||||
|
|
||||||
# Required dependencies ------------------------------------------------------------------------------------------------
|
# Required dependencies ------------------------------------------------------------------------------------------------
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"numpy>=1.23.0,<2.0.0", # temporary patch for compat errors https://github.com/ultralytics/yolov5/actions/runs/9538130424/job/26286956354
|
"numpy>=1.23.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.3.3"
|
__version__ = "8.3.4"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue