From 67b2dbedf9f2a8f5aca4b4a54a20f0dbc1f1703c Mon Sep 17 00:00:00 2001 From: Hossein Pourbozorg Date: Thu, 3 Oct 2024 08:47:58 +0330 Subject: [PATCH] drop old compat --- Project.toml | 4 ++-- benchmark/Project.toml | 4 ++-- test/Project.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index cfdc6f4a..9206a58e 100644 --- a/Project.toml +++ b/Project.toml @@ -47,10 +47,10 @@ ComponentArrays = "0.15" ComputationalResources = "0.3" DataFrames = "1" Dates = "1" -DifferentiationInterface = "0.5, 0.6" +DifferentiationInterface = "0.6" Distributions = "0.25" DistributionsAD = "0.6" -Enzyme = "0.12, 0.13" +Enzyme = "0.13" FillArrays = "1" LinearAlgebra = "1" Lux = "1" diff --git a/benchmark/Project.toml b/benchmark/Project.toml index d9fc6ed3..e95bd580 100644 --- a/benchmark/Project.toml +++ b/benchmark/Project.toml @@ -13,8 +13,8 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" ADTypes = "1" BenchmarkTools = "1" ComponentArrays = "0.15" -DifferentiationInterface = "0.5, 0.6" -Enzyme = "0.12, 0.13" +DifferentiationInterface = "0.6" +Enzyme = "0.13" Lux = "1" PkgBenchmark = "0.2" StableRNGs = "1" diff --git a/test/Project.toml b/test/Project.toml index 5ea566da..e7679324 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,10 +29,10 @@ CUDA = "5" ComponentArrays = "0.15" ComputationalResources = "0.3" DataFrames = "1" -DifferentiationInterface = "0.5, 0.6" +DifferentiationInterface = "0.6" Distances = "0.10" Distributions = "0.25" -Enzyme = "0.12, 0.13" +Enzyme = "0.13" GPUArraysCore = "0.1" JET = "0.9" Lux = "1"