diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 79ed3f2e..9fd1cc66 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -50,5 +50,6 @@ jobs: with: coverage: false allow_reresolve: false + force_latest_compatible_version: false env: PYTHON: "" diff --git a/Project.toml b/Project.toml index b630efb5..2e8e6356 100644 --- a/Project.toml +++ b/Project.toml @@ -20,12 +20,12 @@ MeshIntegralsEnzymeExt = "Enzyme" [compat] CliffordNumbers = "0.1.9" -CoordRefSystems = "0.16, 0.17, 0.18" +CoordRefSystems = "0.16, 0.17, 0.18, 0.19" Enzyme = "0.13.47" FastGaussQuadrature = "1" HCubature = "1.5" LinearAlgebra = "1" -Meshes = "0.53, 0.54" +Meshes = "0.53, 0.54, 0.55" QuadGK = "2.1.1" Unitful = "1.19" julia = "1.9" diff --git a/test/Project.toml b/test/Project.toml index f6a8c27d..3e97d1c9 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -14,11 +14,11 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] Aqua = "0.8" -CoordRefSystems = "0.16, 0.17, 0.18" +CoordRefSystems = "0.16, 0.17, 0.18, 0.19" Enzyme = "0.13.47" ExplicitImports = "1.6.0" LinearAlgebra = "1" -Meshes = "0.53, 0.54" +Meshes = "0.53, 0.54, 0.55" SpecialFunctions = "2" StaticArrays = "1" TestItemRunner = "1"