Skip to content

Commit

Permalink
Update Project.toml compat
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkovesi committed Nov 4, 2020
1 parent aad3337 commit ad7231a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ julia:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- nightly
notifications:
email: false
Expand Down
16 changes: 8 additions & 8 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"
version = "0.3.2"
author = ["Peter Kovesi <[email protected]>"]
version = "0.3.2"

[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Expand All @@ -16,13 +16,13 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
DSP = "0.5.0"
FileIO = "≥ 1.0.0"
ImageFiltering = "0.4.1"
Images = "0.9.1"
Interpolations = "0.9.0"
PyPlot = "2.3.0"
julia = "0.7.0, 1"
DSP = "0.5, 0.6"
FileIO = "1"
ImageFiltering = "0.4, 0.5, 0.6"
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"
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"
Expand Down

2 comments on commit ad7231a

@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/24213

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.2 -m "<description of version>" ad7231ab0cf75c341d00bdad92e447e350ec2780
git push origin v0.3.2

Please sign in to comment.