From a93742f1e64905f65672ebd5dfdd57328d968948 Mon Sep 17 00:00:00 2001 From: Christopher Tessum Date: Fri, 11 Oct 2024 13:09:53 -0500 Subject: [PATCH] Remove MTK version limit --- Project.toml | 6 +++--- test/compose_fastjx_superfast_test.jl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index cd497589..b2e71367 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GasChem" uuid = "58070593-4751-4c87-a5d1-63807d11d76c" authors = ["EarthSciML authors and contributors"] -version = "0.7.1" +version = "0.7.2" [deps] Catalyst = "479239e8-5488-4da2-87a7-35f2df7eef83" @@ -24,9 +24,9 @@ Catalyst = "14" DifferentialEquations = "7" DynamicQuantities = "0.13" EarthSciData = "0.9" -EarthSciMLBase = "0.16" +EarthSciMLBase = "0.16.2" Interpolations = "0.14, 0.15" -ModelingToolkit = "9 - 9.38" +ModelingToolkit = "9" SafeTestsets = "0.0.1, 0.1" StaticArrays = "1" julia = "1" diff --git a/test/compose_fastjx_superfast_test.jl b/test/compose_fastjx_superfast_test.jl index fcb949d5..448ae41b 100644 --- a/test/compose_fastjx_superfast_test.jl +++ b/test/compose_fastjx_superfast_test.jl @@ -17,5 +17,5 @@ using ModelingToolkit:t abstol = 1e-8, reltol = 1e-8, ) - @test sol[sys.SuperFast.O3][4320] ≈ sol_middle + @test sol[sys.SuperFast₊O3][4320] ≈ sol_middle end