Skip to content

Commit 6fbb7d3

Browse files
committed
Support CairoMakie 0.9 in examples (#141)
1 parent ea19324 commit 6fbb7d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/classification/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PalmerPenguins = "8b842266-38fa-440a-9b57-31493939ab85"
1010

1111
[compat]
1212
AlgebraOfGraphics = "0.6"
13-
CairoMakie = "0.8"
13+
CairoMakie = "0.8, 0.9"
1414
CalibrationErrors = "0.6"
1515
DataFrames = "1"
1616
Distributions = "0.25"

examples/distribution/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
55
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
66

77
[compat]
8-
CairoMakie = "0.8"
8+
CairoMakie = "0.8, 0.9"
99
CalibrationErrors = "0.6"
1010
Distributions = "0.25"
1111
StatsBase = "0.33"

0 commit comments

Comments
 (0)