Skip to content

Commit

Permalink
Update dependencies (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill authored Jul 21, 2023
1 parent edabbef commit cfa6262
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
ColorSchemes = "3.18"
Distributions = "0.25"
Flux = "0.13"
ImageCore = "0.8, 0.9"
ImageTransformations = "0.9"
Flux = "0.13, 0.14"
ImageCore = "0.9, 0.10"
ImageTransformations = "0.9, 0.10"
PrettyTables = "1, 2"
Tullio = "0.3"
Zygote = "0.6"
Expand Down
4 changes: 2 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Distributions = "0.25"
Flux = "0.13"
ImageCore = "0.8, 0.9"
Flux = "0.13, 0.14"
ImageCore = "0.9, 0.10"
JLD2 = "0.4"
LoopVectorization = "0.12"
ReferenceTests = "0.10.1"
Expand Down

0 comments on commit cfa6262

Please sign in to comment.