From 1f687fd3907fb7aaf4ae894e06b690a10baeab71 Mon Sep 17 00:00:00 2001 From: Azw <74289473+azwphy@users.noreply.github.com> Date: Tue, 28 Oct 2025 11:29:02 +0800 Subject: [PATCH 1/3] Change Julia version specification to use tilde --- juliacalldeps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juliacalldeps.json b/juliacalldeps.json index cdbf2dc8..15c2eb11 100644 --- a/juliacalldeps.json +++ b/juliacalldeps.json @@ -1,5 +1,5 @@ { - "julia": "1.11.7", + "julia": "~1.11.7", "packages": { "QuanEstimation": { "uuid": "088c8dff-a786-4a66-974c-03d3f6773f87", From 7cde6fe03dae9f92c77f15bf2a41dc0a57a989a7 Mon Sep 17 00:00:00 2001 From: Azw <74289473+azwphy@users.noreply.github.com> Date: Tue, 28 Oct 2025 11:29:50 +0800 Subject: [PATCH 2/3] Update juliapkg.json --- juliapkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juliapkg.json b/juliapkg.json index ac4cd6bd..4145bf17 100644 --- a/juliapkg.json +++ b/juliapkg.json @@ -1,3 +1,3 @@ { - "julia": "1.11.7" + "julia": "~1.11.7" } From a1c83226aab0366c01a48ddc8d34eb59f753d832 Mon Sep 17 00:00:00 2001 From: Azw <74289473+azwphy@users.noreply.github.com> Date: Tue, 28 Oct 2025 11:30:38 +0800 Subject: [PATCH 3/3] Update _julia_project.py --- quanestimation/Common/_julia_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quanestimation/Common/_julia_project.py b/quanestimation/Common/_julia_project.py index 64303e1e..4097f5f0 100644 --- a/quanestimation/Common/_julia_project.py +++ b/quanestimation/Common/_julia_project.py @@ -35,7 +35,7 @@ def _load_julia_utils_monkey_patch(self): project = JuliaProject( name="quanestimation", package_path=pkg_path, - version_spec = "1.11.7", + version_spec = "1.11", sys_image_dir="sys_image", sys_image_file_base=None, env_prefix = 'QuanEstimation_',