Skip to content

Commit 70b576f

Browse files
github-actions[bot]CompatHelper JuliaJoshuaLampert
authored
CompatHelper: bump compat for CoordRefSystems to 0.19, (keep existing compat) (#205)
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> Co-authored-by: Joshua Lampert <joshua.lampert@uni-hamburg.de>
1 parent 8d14a2f commit 70b576f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ jobs:
5050
with:
5151
coverage: false
5252
allow_reresolve: false
53+
force_latest_compatible_version: false
5354
env:
5455
PYTHON: ""

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ MeshIntegralsEnzymeExt = "Enzyme"
2020

2121
[compat]
2222
CliffordNumbers = "0.1.9"
23-
CoordRefSystems = "0.16, 0.17, 0.18"
23+
CoordRefSystems = "0.16, 0.17, 0.18, 0.19"
2424
Enzyme = "0.13.47"
2525
FastGaussQuadrature = "1"
2626
HCubature = "1.5"
2727
LinearAlgebra = "1"
28-
Meshes = "0.53, 0.54"
28+
Meshes = "0.53, 0.54, 0.55"
2929
QuadGK = "2.1.1"
3030
Unitful = "1.19"
3131
julia = "1.9"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
1414

1515
[compat]
1616
Aqua = "0.8"
17-
CoordRefSystems = "0.16, 0.17, 0.18"
17+
CoordRefSystems = "0.16, 0.17, 0.18, 0.19"
1818
Enzyme = "0.13.47"
1919
ExplicitImports = "1.6.0"
2020
LinearAlgebra = "1"
21-
Meshes = "0.53, 0.54"
21+
Meshes = "0.53, 0.54, 0.55"
2222
SpecialFunctions = "2"
2323
StaticArrays = "1"
2424
TestItemRunner = "1"

0 commit comments

Comments
 (0)