From 92ff0553d948bb779a80bca0d50243a52b911077 Mon Sep 17 00:00:00 2001 From: Marco Matthies Date: Sat, 4 Jun 2022 13:30:13 +0200 Subject: [PATCH] improve compat section --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 413402d..7109b4e 100644 --- a/Project.toml +++ b/Project.toml @@ -13,10 +13,10 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] -FASTX = "1" +FASTX = "1.3" LinearFold_jll = "= 1.0.0" LinearPartition_jll = "= 1.0.0" LinearSampling_jll = "= 0.0.1" LinearTurboFold_jll = "= 0.0.1" -Unitful = "1" +Unitful = "1.11" julia = "1.7"