From f9538dbfa3bf6a33db1dfda43cbfbf2b9817ae5e Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:55:54 -0400 Subject: [PATCH] Update Project.toml (#545) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1fed00f7..61a2579d 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ UnsafeAtomicsLLVM = "d80eeb9a-aca5-4d75-85e5-170c8b632249" [compat] Adapt = "0.4, 1.0, 2.0, 3.0, 4" -Atomix = "0.1" +Atomix = "0.1, 1" EnzymeCore = "0.7, 0.8.1" InteractiveUtils = "1.6" LinearAlgebra = "1.6"