Skip to content

Commit

Permalink
update julia compat
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDebus committed Jun 3, 2024
1 parent 2d12226 commit a3bcee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ColorTypes = "0.10, 0.11, 0.12"
Downloads = "1"
FileIO = "1"
ImageProjectiveGeometry = "0.3, 0.4"
julia = ">=1.9, 1"
julia = "1.9, 1.10"

2 comments on commit a3bcee8

@PaulDebus
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

Release notes:

Major changes

  • Increase min Julia version to 1.9
  • Update dependencies

Dependency updates

  • Update ImageProjectiveGeometry.jl to 0.4 to reduce inherited dependencies
  • Remove Meshes.jl dependency. It was only used for the Point3 type, which was replaced with just an array, similar to ImageProjectiveGeometry.jl. This significantly reduced inherited dependencies

@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 updated: JuliaRegistries/General/108147

Tagging

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.1.4 -m "<description of version>" a3bcee821ad29fa86fcfa95b9cd828969f8f430c
git push origin v0.1.4

Please sign in to comment.