Skip to content

Commit b70e84c

Browse files
committed
Add zipfile-deflate64 support
1 parent 363a2b5 commit b70e84c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

isic_challenge_scoring/unzip.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import shutil
44
import tempfile
55
from typing import Tuple
6-
import zipfile
6+
7+
import zipfile_deflate64 as zipfile
78

89
from isic_challenge_scoring.types import ScoreException
910

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
'rdp',
3939
'scipy',
4040
'scikit-learn',
41+
'zipfile-deflate64',
4142
],
4243
packages=find_packages(),
4344
entry_points="""

0 commit comments

Comments
 (0)