Skip to content

Commit

Permalink
add compat in Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
enigne committed Apr 24, 2024
1 parent 4905431 commit 45ec08c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@ version = "0.1.0"

[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Cthulhu = "f68482b8-f384-11e8-15f7-abe071a5a75f"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Triangulate = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
Enzyme = "0.11.20"
julia = "1.8"

[extras]
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
Expand All @@ -28,7 +27,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Enzyme", "Test"]

[compat]
julia = "1.8"
Enzyme = "0.12.0"

0 comments on commit 45ec08c

Please sign in to comment.