Skip to content

Commit

Permalink
Update compat
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkovesi committed Oct 20, 2022
1 parent 29f4395 commit d753fb8
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ImageProjectiveGeometry"
uuid = "b9d14576-938f-5430-9d4c-b7d7de1409d6"
author = ["Peter Kovesi <peter.kovesi@gmail.com>"]
version = "0.3.5"
version = "0.3.6"

[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Expand All @@ -14,21 +14,13 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DSP = "0.5, 0.6, 0.7"
DSP = "0.5 - 0.7"
FileIO = "1"
ImageFiltering = "0.4, 0.5, 0.6, 0.7"
Images = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13"
PyPlot = "2.3"
julia = "0.7.0, 1"

[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Statistics", "LinearAlgebra", "Test", "Random"]
ImageFiltering = "0.4 - 0.7"
Images = "0.20 - 0.25"
Interpolations = "0.10 - 0.14"
PyPlot = "2.5 - 2.11"
julia = "1.4"

2 comments on commit d753fb8

@peterkovesi
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/70687

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.6 -m "<description of version>" d753fb832c4bfb07980b31e5db058b1e1cca632b
git push origin v0.3.6

Please sign in to comment.