Skip to content

Commit 7cc3dbc

Browse files
alfaro96glemaitre
authored andcommitted
DOC Fix minimum version for building ZIP of the HTML (scikit-learn#19208)
1 parent c651292 commit 7cc3dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/list_versions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_file_extension(version):
3939
return 'zip'
4040

4141
current_version = LooseVersion(version)
42-
min_zip_version = LooseVersion('1.0.0')
42+
min_zip_version = LooseVersion('0.24')
4343

4444
return 'zip' if current_version >= min_zip_version else 'pdf'
4545

0 commit comments

Comments
 (0)