From 39ecf741977eb52b0427d31d0278965be3f1167e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Wed, 4 Sep 2024 08:25:07 +0200 Subject: [PATCH] Set compat bounds for `Downloads` and `Scratch` --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 5ed6332d..3e52d147 100644 --- a/Project.toml +++ b/Project.toml @@ -28,10 +28,12 @@ ReactantStatisticsExt = "Statistics" Adapt = "4" ArrayInterface = "7.10" CEnum = "0.4, 0.5" +Downloads = "1.6" Enzyme = "0.11, 0.12" NNlib = "0.9" Preferences = "1.4" Reactant_jll = "0.0.19" +Scratch = "1.2" Statistics = "1.9" julia = "1.9"