Skip to content

Commit

Permalink
chore: update version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
agdestein committed Jan 16, 2025
1 parent 234c39e commit e4b93d6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
using CompatHelper
CompatHelper.main(;
entry_type = DropEntry(),
entry_type = KeepEntry(),
subdirs = [
"",
"docs",
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ FFTW = "1"
IterativeSolvers = "0.9"
KernelAbstractions = "0.9"
LinearAlgebra = "1"
Makie = "0.21"
Makie = "0.21, 0.22"
NNlib = "0.9"
Observables = "0.5"
PrecompileTools = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
path = ".."

[compat]
CairoMakie = "0.12"
CairoMakie = "0.12, 0.13"
Enzyme = "0.13"
FFTW = "1"
GLMakie = "0.10"
GLMakie = "0.10, 0.11"
IncompressibleNavierStokes = "2"
JLD2 = "0.5"
LaTeXStrings = "1"
Expand Down
2 changes: 1 addition & 1 deletion lib/NeuralClosure/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ KernelAbstractions = "0.9"
LinearAlgebra = "1"
Lux = "1"
MLUtils = "0.4"
Makie = "0.21"
Makie = "0.21, 0.22"
NNlib = "0.9"
Observables = "0.5"
Optimisers = "0.3, 0.4"
Expand Down
2 changes: 1 addition & 1 deletion lib/NeuralClosure/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = ".."

[compat]
Aqua = "0.8"
CairoMakie = "0.12"
CairoMakie = "0.12, 0.13"
IncompressibleNavierStokes = "2"
Logging = "1"
Optimisers = "0.3, 0.4"
Expand Down

0 comments on commit e4b93d6

Please sign in to comment.