From c113e0bd0558cddcc9c0586d213b6a8c2f5cc9f1 Mon Sep 17 00:00:00 2001 From: Facundo Sapienza Date: Thu, 11 Jan 2024 19:39:49 -0300 Subject: [PATCH] julia 1 for compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 91d8f41..7202cd0 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" ComponentArrays = "0.15" Distributions = "0.25" Infiltrator = "1" -julia = "1.9" +julia = "1" Lux = "0.5" OrdinaryDiffEq = "6" Optimization = "3"