File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def update_install_progress() -> None:
4545 if progress .status is InstallProgressState .DOWNLOADING :
4646 if progress .archive_path and progress .archive_size :
4747 install_info .set_text (
48- f"Downloading QuPath v { progress .archive_version } "
48+ f"Downloading QuPath { progress .archive_version } "
4949 f"({ humanize .naturalsize (float (progress .archive_size ))} ) "
5050 f"to { progress .archive_path } "
5151 )
Original file line number Diff line number Diff line change 3535
3636from ._settings import Settings
3737
38- QUPATH_VERSION = "0.6.0-rc5 "
38+ QUPATH_VERSION = "0.6.0"
3939DOWNLOAD_CHUNK_SIZE = 10 * 1024 * 1024
4040QUPATH_LAUNCH_MAX_WAIT_TIME = 30 # seconds, maximum wait time for QuPath to start
4141QUPATH_SCRIPT_MAX_EXECUTION_TIME = 60 * 60 * 2 # seconds, maximum wait time for QuPath to run a script
You can’t perform that action at this time.
0 commit comments