diff --git a/setup.py b/setup.py index 85238b9..8118b87 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ def parse_requirements(file_path: Path): 'export': [ 'coremltools>=7.0', 'openvino-dev>=2023.0', - 'tensorflow<=2.15.0', + 'tensorflow<=2.15.0.post1', 'tensorflowjs', # automatically installs tensorflow ], }, classifiers=[