Skip to content

Commit 62e62ab

Browse files
authored
compatibility with Makie 0.24 (#41)
* compatibility with Makie 0.24 Also makes things play nicer with observables while we're at it * update test project * use arrows2d * require 1.10, bump JET * use 1.10 for PlutoSliderServer * update notebook
1 parent 9ccebde commit 62e62ab

5 files changed

Lines changed: 511 additions & 401 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
- label: "Pluto Example Notebook"
1616
plugins:
1717
- JuliaCI/julia#v1:
18-
version: "1"
18+
version: "1.10"
1919
agents:
2020
queue: "juliagpu"
2121
cuda: "*"

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AztecDiamonds"
22
uuid = "8762d9c5-fcab-4007-8fd1-c6de73397726"
33
authors = ["Simeon David Schaub <schaub@mit.edu> and contributors"]
4-
version = "0.2.6"
4+
version = "0.2.7"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -28,7 +28,7 @@ GeometryBasics = "0.4, 0.5"
2828
ImageIO = "0.6"
2929
ImageShow = "0.3"
3030
KernelAbstractions = "0.9"
31-
Makie = "0.21, 0.22"
31+
Makie = "0.24"
3232
OffsetArrays = "1"
3333
Transducers = "0.4"
34-
julia = "1.9"
34+
julia = "1.10"

0 commit comments

Comments
 (0)