From 9e34bd56360338af78763f304520d676b8658d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20P=C3=A9rez?= Date: Tue, 23 Jul 2024 14:09:24 +0200 Subject: [PATCH] Update Project.toml Use consistent compat entries. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 10a5ee2..416aa95 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PlanetaryEphemeris" uuid = "d83715d0-7e5f-11e9-1a59-4137b20d8363" authors = ["Jorge A. Pérez Hernández", "Luis Benet", "Luis Eduardo Ramírez Montoya"] -version = "0.8.4" +version = "0.8.5" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" @@ -23,6 +23,6 @@ DelimitedFiles = "1" JLD2 = "0.4" PrecompileTools = "1.1" Quadmath = "0.5" -TaylorIntegration = "0.15" +TaylorIntegration = "0.15.3" TaylorSeries = "0.18" julia = "1.6"