Skip to content

Commit

Permalink
CompatHelper: add new compat entry for Rotations at version 1, (keep …
Browse files Browse the repository at this point in the history
…existing compat)
  • Loading branch information
CompatHelper Julia committed Oct 21, 2022
1 parent ee15c6e commit a5f3b3c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ authors = ["Tobias Knopp <[email protected]> and contributors"]
version = "0.1.0"

[deps]
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
ImagePhantoms = "71a99df6-f52c-4da1-bd2a-69d6f37f3252"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"

[compat]
julia = "1"
ImageFiltering = "0.7"
ImagePhantoms = "0.6"
Rotations = "1"
StableRNGs = "1.0"
ImageFiltering = "0.7"
julia = "1"

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

0 comments on commit a5f3b3c

Please sign in to comment.