From 2fd48503c8eea9b52fc4f9a5409c9e30ec2d1575 Mon Sep 17 00:00:00 2001 From: Sandip Samal Date: Thu, 3 Oct 2024 14:16:30 -0400 Subject: [PATCH] updated tensorflow version --- image_textRemove.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/image_textRemove.py b/image_textRemove.py index d594a93..af3159e 100755 --- a/image_textRemove.py +++ b/image_textRemove.py @@ -16,7 +16,7 @@ from difflib import SequenceMatcher import hashlib -__version__ = '1.2.2' +__version__ = '1.2.3' DISPLAY_TITLE = r""" _ _ _ _ ______ diff --git a/requirements.txt b/requirements.txt index 947f3c2..a76b227 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ opencv-python pflog==1.2.26 pftel-client~=1.0.6 keras-ocr==0.8.8 -tensorflow-cpu==2.14.0 \ No newline at end of file +tensorflow-cpu==2.17.0 \ No newline at end of file