From 08da2198706ebd55e8cb83bee350b33afe9488a5 Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Dixit Date: Sat, 1 Jul 2023 12:04:33 +0530 Subject: [PATCH 1/3] Try Enzyme 0.11.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f2899a13c..1e9e12764 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ ADTypes = "0.1.5" ArrayInterface = "6, 7" ConsoleProgressMonitor = "0.1" DocStringExtensions = "0.8, 0.9" -Enzyme = "=0.11.0" +Enzyme = "=0.11.0, 0.11.2" LoggingExtras = "0.4, 0.5, 1" ProgressLogging = "0.1" Reexport = "0.2, 1.0" From 290cdb43bffc2e260038d889a4a446a90c619167 Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Dixit Date: Sat, 1 Jul 2023 19:13:45 +0530 Subject: [PATCH 2/3] Use 1.8 on CI --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 33c468554..a2c57e683 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: - OptimizationPolyalgorithms version: - '1' - - '1.6' + - '1.8' steps: - uses: actions/checkout@v3 - uses: julia-actions/setup-julia@v1 From 2e30841cace82f5a3034da35ba012723a586902c Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Dixit Date: Sun, 2 Jul 2023 23:14:16 +0530 Subject: [PATCH 3/3] Update .github/workflows/CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a2c57e683..33c468554 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: - OptimizationPolyalgorithms version: - '1' - - '1.8' + - '1.6' steps: - uses: actions/checkout@v3 - uses: julia-actions/setup-julia@v1