Skip to content

Commit

Permalink
update requirements for JPEG compressed DICOms
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Apr 23, 2024
1 parent 6338a02 commit 40bb019
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dicom_unpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pftag import pftag
import sys, traceback
import pudb
__version__ = '1.1.6'
__version__ = '1.1.8'

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
pydicom
numpy
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 40bb019

Please sign in to comment.