Skip to content

Commit

Permalink
Merge pull request #132 from agdestein/compathelper/new_version/2025-…
Browse files Browse the repository at this point in the history
…01-05-00-18-15-444-03762101053

CompatHelper: bump compat for Zygote to 0.7 for package NeuralClosure, (drop existing compat)
  • Loading branch information
agdestein authored Jan 5, 2025
2 parents f52904c + e82dc93 commit a38f862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/NeuralClosure/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[sources]
IncompressibleNavierStokes = {path = "../.."}
[sources.IncompressibleNavierStokes]
path = "../.."

[compat]
Accessors = "0.1"
Expand All @@ -40,5 +40,5 @@ Observables = "0.5"
Optimisers = "0.3, 0.4"
Printf = "1"
Random = "1"
Zygote = "0.6"
Zygote = "0.7"
julia = "1.9"

0 comments on commit a38f862

Please sign in to comment.