diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05a4d23..4665580 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - '1' - '6' # t>2 might be ignored on Julia <= 1.5 version: - - '1.6' + - '1.10' - '1' # automatically expands to the latest stable 1.x release of Julia - 'nightly' steps: diff --git a/Project.toml b/Project.toml index 67df769..37b6532 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.7" +version = "0.3.8" [deps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" @@ -26,17 +26,17 @@ CUDA = "4, 5" ChainRulesCore = "1" DiffRules = "1" FillArrays = "0.11, 0.12, 0.13, 1" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1.0" KernelAbstractions = "0.9" LoopVectorization = "0.12.101" NamedDims = "0.2" OffsetArrays = "1" Requires = "1" -TensorOperations = "4" +TensorOperations = "4, 5" Tracker = "0.2" VectorizationBase = "0.21.23" Zygote = "0.6.33" -julia = "1.8" +julia = "1.10" [extras] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"