From c0b8dc681d0d9886a43f88f4774e6ca07a8bfaf9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 3 Jun 2023 01:50:53 +0000 Subject: [PATCH 1/2] CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index d4520f0..5a87216 100644 --- a/Project.toml +++ b/Project.toml @@ -23,6 +23,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] COBREXA = "1" +DelimitedFiles = "1" DocStringExtensions = "0.8, 0.9" JSON = "0.21" JuMP = "1" From 32ce82e22773a7c8ecd455addf2893c14a7293dd Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sun, 6 Aug 2023 20:11:09 +0200 Subject: [PATCH 2/2] version the yeast-gem download --- test/data.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/data.jl b/test/data.jl index 7618714..9465e22 100644 --- a/test/data.jl +++ b/test/data.jl @@ -46,8 +46,8 @@ model_file = Dict( ), ( "yeast-GEM.xml", - "https://raw.githubusercontent.com/SysBioChalmers/yeast-GEM/main/model/yeast-GEM.xml", - "c728b09d849b744ec7640cbf15776d40fb2d9cbd0b76a840a8661b626c1bd4be", + "https://raw.githubusercontent.com/SysBioChalmers/yeast-GEM/v8.7.0/model/yeast-GEM.xml", + "260a8efeaa4686fbf6251abecc2b4c2917e91d024615728307d1664c6d276be0", ), ] )