From 8814f443ccfbad6e5f9fc46b6a2f6d0b6b2ec3dd Mon Sep 17 00:00:00 2001 From: Stuart Daines Date: Thu, 28 Apr 2022 22:41:45 +0100 Subject: [PATCH] [compat] update for PALEOboxes v0.17 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6bb7a0a..1d2fc4f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PALEOmodel" uuid = "bf7b4fbe-ccb1-42c5-83c2-e6e9378b660c" authors = ["Stuart Daines "] -version = "0.14.1" +version = "0.14.2" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" @@ -35,7 +35,7 @@ ForwardDiff = "0.10" Infiltrator = "1.0" JLD2 = "0.4" NLsolve = "4.5" -PALEOboxes = "0.15, 0.16" +PALEOboxes = "0.15, 0.16, 0.17" PyCall = "1.92" RecipesBase = "1.2" Revise = "3.1"