Skip to content

Commit

Permalink
fixes for 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Oct 31, 2023
1 parent 362fca6 commit 237bc6e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CairoMakie/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ FFTW = "1"
FileIO = "1.1"
FreeType = "3, 4.0"
GeometryBasics = "0.4.1"
Makie = "=0.19.12, 0.19"
Makie = "=0.19.12"
PrecompileTools = "1.0"
SHA = "0.7"
SHA = "0.7, 1.6, 1.7"
julia = "1.3"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion GLMakie/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FixedPointNumbers = "0.7, 0.8"
FreeTypeAbstraction = "0.10"
GLFW = "3"
GeometryBasics = "0.4.1"
Makie = "=0.19.12, 0.19"
Makie = "=0.19.12"
MeshIO = "0.4"
ModernGL = "1"
Observables = "0.5.1"
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Contour = "0.5, 0.6"
DelaunayTriangulation = "0.8.7"
Distributions = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
DocStringExtensions = "0.8, 0.9"
Downloads = "1"
Downloads = "1, 1.6"
FileIO = "1.6"
FixedPointNumbers = "0.6, 0.7, 0.8"
Formatting = "0.4"
Expand Down Expand Up @@ -96,7 +96,7 @@ ShaderAbstractions = "0.4"
Showoff = "0.3, 1.0.2"
SignedDistanceFields = "0.4"
StableHashTraits = "1.1"
Statistics = "1"
Statistics = "1, 1.6"
StatsBase = "0.31, 0.32, 0.33, 0.34"
StatsFuns = "0.9, 1.0"
StructArrays = "0.3, 0.4, 0.5, 0.6"
Expand Down
2 changes: 1 addition & 1 deletion RPRMakie/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RadeonProRender = "27029320-176d-4a42-b57d-56729d2ad457"
Colors = "0.9, 0.10, 0.11, 0.12"
FileIO = "1.6"
GeometryBasics = "0.4.1"
Makie = "=0.19.12, 0.19"
Makie = "=0.19.12"
RadeonProRender = "0.3.0"
julia = "1.3"

Expand Down
2 changes: 1 addition & 1 deletion WGLMakie/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FreeTypeAbstraction = "0.10"
GeometryBasics = "0.4.1"
Hyperscript = "0.0.3, 0.0.4"
JSServe = "2.2"
Makie = "=0.19.12, 0.19"
Makie = "=0.19.12"
Observables = "0.5.1"
PNGFiles = "0.3, 0.4"
PrecompileTools = "1.0"
Expand Down

0 comments on commit 237bc6e

Please sign in to comment.