ultralytics 8.0.189 pin tensorflow<=2.13.0 to avoid tflite_support bug (#5140)
Co-authored-by: Shreyesh <76511222+shreyesh0610@users.noreply.github.com> Co-authored-by: Soumik Rakshit <19soumik.rakshit96@gmail.com> Co-authored-by: Ryan Romanchuk <rromanchuk@gmail.com>
This commit is contained in:
parent
19c3314e68
commit
2624fc04fb
6 changed files with 22 additions and 20 deletions
1
setup.py
1
setup.py
|
|
@ -73,6 +73,7 @@ setup(
|
|||
'export': [
|
||||
'coremltools>=7.0',
|
||||
'openvino-dev>=2023.0',
|
||||
'tensorflow<=2.13.1',
|
||||
'tensorflowjs', # automatically installs tensorflow
|
||||
], },
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue