From c2cb2325087855f7f44621e8950b691962e21ecb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 3 Jun 2026 01:15:00 +0000 Subject: [PATCH] CompatHelper: bump compat for OrderedCollections to 2, (keep existing compat) --- Project.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index a3b258b..5db36de 100644 --- a/Project.toml +++ b/Project.toml @@ -1,21 +1,21 @@ name = "GeoEnergyIO" uuid = "3b1dd628-313a-45bb-9d8d-8f3c48dcb5d4" -authors = ["Olav Møyner and contributors"] version = "1.1.32" +authors = ["Olav Møyner and contributors"] [deps] Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" +HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" Jutul = "2b460a1a-8a2b-45b2-b125-b5c536396eb9" LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3" +Lerche = "d42ef402-04e6-4356-9f73-091573ea58dc" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" -HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" -Lerche = "d42ef402-04e6-4356-9f73-091573ea58dc" XML = "72c71f33-b9b6-44de-8c94-c961784809e2" ZipArchives = "49080126-0e18-4c2a-b176-c102e4b3760c" @@ -28,16 +28,16 @@ GeoEnergyIOPythonCallExt = "PythonCall" [compat] Artifacts = "1" DelimitedFiles = "1.6.7" +HDF5 = "0.17" Jutul = "0.2.21, 0.3, 0.4" LazyArtifacts = "1" +Lerche = "0.5.6" LinearAlgebra = "1" -OrderedCollections = "1.6.2" +OrderedCollections = "1.6.2, 2" Parsers = "2.7.1" PrecompileTools = "1.2.0" PythonCall = "0.9" StaticArrays = "1.4.4" -HDF5 = "0.17" -Lerche = "0.5.6" XML = "0.3.6" ZipArchives = "2.5.1" julia = "1.8"