From 3939fb626a20600ae4b5621f29b4e5561bf8d220 Mon Sep 17 00:00:00 2001 From: Michael Abbott <32575566+mcabbott@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:47:08 -0500 Subject: [PATCH] Update Project.toml --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 37b6532..3578133 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Tullio" uuid = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc" authors = ["Michael Abbott"] -version = "0.3.8" +version = "0.3.9" [deps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" @@ -29,13 +29,13 @@ FillArrays = "0.11, 0.12, 0.13, 1" ForwardDiff = "0.10, 1.0" KernelAbstractions = "0.9" LoopVectorization = "0.12.101" -NamedDims = "0.2" +NamedDims = "0.2, 1" OffsetArrays = "1" Requires = "1" TensorOperations = "4, 5" Tracker = "0.2" VectorizationBase = "0.21.23" -Zygote = "0.6.33" +Zygote = "0.6.33, 0.7" julia = "1.10" [extras]