From 5395d896278308af97261014fc439c0fc6db90bf Mon Sep 17 00:00:00 2001 From: romain veltz Date: Tue, 7 May 2024 23:57:56 +0200 Subject: [PATCH] update deps --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 2d13eaf..d26d268 100644 --- a/Project.toml +++ b/Project.toml @@ -16,9 +16,9 @@ TaylorIntegration = "92b13dbe-c966-51a2-8445-caca9f8a7d42" [compat] BifurcationKit = "0.3" DocStringExtensions = "0.8.2, 0.8.3, 0.9" -ForwardDiff = "0.10" +ForwardDiff = "^0.10" Parameters = "0.12.3" RecipesBase = "1.0, 1.1" Setfield = "0.5.0, 0.7.0, 0.8.0, ^1.1" -TaylorIntegration = "0.14" -julia = "1.5" \ No newline at end of file +TaylorIntegration = "^0.14, ^0.15" +julia = "1.5, 1.6, 1.7, 1.8, 1.9, 1.10" \ No newline at end of file