From 928899f20b8cae45b6096a3c2b9b5efd397eb3fb Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Tue, 23 Apr 2024 15:22:53 -0400 Subject: [PATCH] updated requirements to handle JPEG compression errors --- dicom_repack.py | 2 +- requirements.txt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dicom_repack.py b/dicom_repack.py index 4130ab9..485b588 100644 --- a/dicom_repack.py +++ b/dicom_repack.py @@ -8,7 +8,7 @@ import pydicom as dicom import os from pflog import pflog -__version__ = '1.1.4' +__version__ = '1.1.6' DISPLAY_TITLE = r""" _ _ _ _ diff --git a/requirements.txt b/requirements.txt index c4ae618..f996742 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,8 @@ chris_plugin==0.2.1 numpy pydicom pflog==1.2.26 -pftel-client~=1.0.6 \ No newline at end of file +pftel-client~=1.0.6 +# for bug fix on transfer syntax errors +pylibjpeg +pylibjpeg-libjpeg +python-gdcm \ No newline at end of file