Skip to content

Commit

Permalink
updated requirements to handle JPEG compression errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Apr 23, 2024
1 parent 8412275 commit 928899f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dicom_repack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
_ _ _ _
Expand Down
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ chris_plugin==0.2.1
numpy
pydicom
pflog==1.2.26
pftel-client~=1.0.6
pftel-client~=1.0.6
# for bug fix on transfer syntax errors
pylibjpeg
pylibjpeg-libjpeg
python-gdcm

0 comments on commit 928899f

Please sign in to comment.