From 5e8cda13d5660578230aa151e16e9bcbfa35828d Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Wed, 4 Sep 2024 22:27:17 -0400 Subject: [PATCH] chore: remove old compat --- examples/ConvMixer/Project.toml | 2 +- examples/DDIM/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ConvMixer/Project.toml b/examples/ConvMixer/Project.toml index 35d1b5fa9..ca9312312 100644 --- a/examples/ConvMixer/Project.toml +++ b/examples/ConvMixer/Project.toml @@ -22,7 +22,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] Comonicon = "1.0.8" ConcreteStructs = "0.2.3" -DataAugmentation = "0.2.12, 0.3" +DataAugmentation = "0.3" ImageCore = "0.10.2" ImageShow = "0.3.8" Interpolations = "0.15.1" diff --git a/examples/DDIM/Project.toml b/examples/DDIM/Project.toml index 60166460e..42a76263b 100644 --- a/examples/DDIM/Project.toml +++ b/examples/DDIM/Project.toml @@ -31,7 +31,7 @@ CairoMakie = "0.12" ChainRulesCore = "1.23" Comonicon = "1" ConcreteStructs = "0.2.3" -DataAugmentation = "0.2.12, 0.3" +DataAugmentation = "0.3" DataDeps = "0.7.13" FileIO = "1.16" ImageCore = "0.9, 0.10"