Add tensorflow<=2.13.1 checks and comments (#6466)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
618923ab11
commit
d2aa6b3570
5 changed files with 13 additions and 5 deletions
2
setup.py
2
setup.py
|
|
@ -80,7 +80,7 @@ setup(
|
|||
'export': [
|
||||
'coremltools>=7.0',
|
||||
'openvino-dev>=2023.0',
|
||||
'tensorflow<=2.13.1',
|
||||
'tensorflow<=2.13.1', # TF bug https://github.com/ultralytics/ultralytics/issues/5161
|
||||
'tensorflowjs', # automatically installs tensorflow
|
||||
], },
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue