Skip to content

Commit

Permalink
Compat (again)
Browse files Browse the repository at this point in the history
Fixes accidental reversion of earlier compat
changes.
  • Loading branch information
skleinbo committed Oct 11, 2022
1 parent 82f90a5 commit feb347f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,25 @@ version = "0.3.0"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
GrowthDynamics = "708a6a61-856c-5d7f-acbf-fcf0902d75eb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
GeometryBasics = "0.4"
FileIO = "1.15"
GLMakie = "0.6"
GeometryBasics = "0.4"
GrowthDynamics = "0.6"
Makie = "0.17"
julia = "1.3"
MeshIO = "0.4"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit feb347f

Please sign in to comment.