From 7bf5d9fcd9b64f0788c4d5efa23e477e95ad5f49 Mon Sep 17 00:00:00 2001 From: Cecile Ane Date: Tue, 10 Dec 2024 09:02:24 -0600 Subject: [PATCH] v2.0.1. compat update to PN v1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index bcba59c..fc8d110 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PhyloPlots" uuid = "c0d5b6db-e3fc-52bc-a87d-1d050989ed3b" license = "MIT" -version = "2.0.0" +version = "2.0.1" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" @@ -12,7 +12,7 @@ RCall = "6f49c342-dc21-5d91-9882-a32aef131414" [compat] DataFrames = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.0" -PhyloNetworks = "0.17" +PhyloNetworks = "0.17, 1" RCall = "0.11, 0.12, 0.13, 0.14" julia = "1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7"