From 8ab47af0bc2157a6e082af1ac82616f57ab1743e Mon Sep 17 00:00:00 2001 From: Katharine Hyatt Date: Mon, 13 Jul 2026 11:07:52 +0200 Subject: [PATCH] Bump Enzyme to fix Windows 1.10 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 95920c8..b442c66 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ CUDACore = "6" ChainRulesCore = "1" ChainRulesTestUtils = "1" DynamicPolynomials = "0.5, 0.6" -Enzyme = "0.13.146" +Enzyme = "0.13.183" EnzymeTestUtils = "0.2" JLArrays = "0.3" LRUCache = "1"