Merge branch 'master' into main
commit
acd1d9b43a
|
@ -99,7 +99,7 @@ export = [
|
||||||
"onnx>=1.12.0", # ONNX export
|
"onnx>=1.12.0", # ONNX export
|
||||||
"coremltools>=7.0; platform_system != 'Windows'", # CoreML only supported on macOS and Linux
|
"coremltools>=7.0; platform_system != 'Windows'", # CoreML only supported on macOS and Linux
|
||||||
"openvino-dev>=2023.0", # OpenVINO export
|
"openvino-dev>=2023.0", # OpenVINO export
|
||||||
"tensorflow<=2.13.1", # TF bug https://github.com/ultralytics/ultralytics/issues/5161
|
"tensorflow<=2.16.1", # TF bug https://github.com/ultralytics/ultralytics/issues/5161
|
||||||
"tensorflowjs>=3.9.0", # TF.js export, automatically installs tensorflow
|
"tensorflowjs>=3.9.0", # TF.js export, automatically installs tensorflow
|
||||||
]
|
]
|
||||||
# tensorflow>=2.4.1,<=2.13.1 # TF exports (-cpu, -aarch64, -macos)
|
# tensorflow>=2.4.1,<=2.13.1 # TF exports (-cpu, -aarch64, -macos)
|
||||||
|
|
Loading…
Reference in New Issue