diff --git a/examples/BayesianNN/Project.toml b/examples/BayesianNN/Project.toml index 7beb286cc..f951080ea 100644 --- a/examples/BayesianNN/Project.toml +++ b/examples/BayesianNN/Project.toml @@ -9,7 +9,7 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -CairoMakie = "0.12" +CairoMakie = "0.12, 0.13" Functors = "0.4, 0.5" LinearAlgebra = "1" Lux = "1.2" diff --git a/examples/DDIM/Project.toml b/examples/DDIM/Project.toml index 743d7fc1d..4260e4611 100644 --- a/examples/DDIM/Project.toml +++ b/examples/DDIM/Project.toml @@ -24,7 +24,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] ArgCheck = "2.3.0" -CairoMakie = "0.12" +CairoMakie = "0.12, 0.13" Comonicon = "1" ConcreteStructs = "0.2.3" DataAugmentation = "0.3" diff --git a/examples/GravitationalWaveForm/Project.toml b/examples/GravitationalWaveForm/Project.toml index 0d28a37f4..a9207b58c 100644 --- a/examples/GravitationalWaveForm/Project.toml +++ b/examples/GravitationalWaveForm/Project.toml @@ -11,7 +11,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1" [compat] -CairoMakie = "0.12" +CairoMakie = "0.12, 0.13" ComponentArrays = "0.15.18" LineSearches = "7" Lux = "1" diff --git a/examples/OptimizationIntegration/Project.toml b/examples/OptimizationIntegration/Project.toml index 35f00f5f7..e6b5057c4 100644 --- a/examples/OptimizationIntegration/Project.toml +++ b/examples/OptimizationIntegration/Project.toml @@ -12,7 +12,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1" [compat] -CairoMakie = "0.12.10" +CairoMakie = "0.12.10, 0.13" ComponentArrays = "0.15.18" Lux = "1" MLUtils = "0.4.4" diff --git a/examples/PINN2DPDE/Project.toml b/examples/PINN2DPDE/Project.toml index a5a52479d..430349e6e 100644 --- a/examples/PINN2DPDE/Project.toml +++ b/examples/PINN2DPDE/Project.toml @@ -13,7 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] ADTypes = "1.10" -CairoMakie = "0.12.10" +CairoMakie = "0.12.10, 0.13" Enzyme = "0.13" Lux = "1" MLUtils = "0.4.4" diff --git a/examples/PolynomialFitting/Project.toml b/examples/PolynomialFitting/Project.toml index 66e1f5fda..e4587c64a 100644 --- a/examples/PolynomialFitting/Project.toml +++ b/examples/PolynomialFitting/Project.toml @@ -10,7 +10,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] ADTypes = "1.10" -CairoMakie = "0.12" +CairoMakie = "0.12, 0.13" Lux = "1" Optimisers = "0.4.1" Printf = "1.10"