From 68e58eaca39268a5e2f89a767f69a60057c47de2 Mon Sep 17 00:00:00 2001 From: Aydin <108932477+Aydinhamedi@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:21:51 +0330 Subject: [PATCH 1/3] modified: requirements.txt --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 190d526..5d03310 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,3 @@ -# Automatically generated by https://github.com/damnever/pigar. - absl-py==1.4.0 adabelief-tf==0.2.1 efficientnet==1.1.1 @@ -16,7 +14,7 @@ model-profiler==1.1.8 numpy==1.25.1 opencv-python==4.8.0.74 pandas==2.0.3 -Pillow==9.4.0 +Pillow psutil==5.9.5 py-cpuinfo==9.0.0 pydicom==2.4.3 From eda1f9d65a05bb5269b1fdd3da1516f3f7cfd7c1 Mon Sep 17 00:00:00 2001 From: Aydin <108932477+Aydinhamedi@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:26:48 +0330 Subject: [PATCH 2/3] modified: Interface/GUI/Data/GUI_main.py --- Interface/GUI/Data/GUI_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interface/GUI/Data/GUI_main.py b/Interface/GUI/Data/GUI_main.py index 2529802..331f81b 100644 --- a/Interface/GUI/Data/GUI_main.py +++ b/Interface/GUI/Data/GUI_main.py @@ -721,5 +721,5 @@ def main() -> None: print_Color('\n~*[PDAI GUI] ~*closed.', ['yellow', 'red'], advanced_mode=True) else: - logger.info('GUI Imported.') + logger.info('GUI Imported.' # end(EOF) From 467cf74b3c9278f440d7eb78063951bfcbaf68b3 Mon Sep 17 00:00:00 2001 From: Aydin <108932477+Aydinhamedi@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:48:10 +0330 Subject: [PATCH 3/3] modified: Interface/GUI/Data/GUI_main.py --- Interface/GUI/Data/GUI_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interface/GUI/Data/GUI_main.py b/Interface/GUI/Data/GUI_main.py index 331f81b..2529802 100644 --- a/Interface/GUI/Data/GUI_main.py +++ b/Interface/GUI/Data/GUI_main.py @@ -721,5 +721,5 @@ def main() -> None: print_Color('\n~*[PDAI GUI] ~*closed.', ['yellow', 'red'], advanced_mode=True) else: - logger.info('GUI Imported.' + logger.info('GUI Imported.') # end(EOF)