Skip to content

Commit

Permalink
Update JLD2 compat (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
filchristou authored Oct 16, 2024
1 parent 0cf7d6a commit 82865e3
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 @@ -9,7 +9,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Graphs = "1.4"
JLD2 = "0.1.11, 0.2, 0.3, 0.4"
JLD2 = "0.1.11, 0.2, 0.3, 0.4, 0.5"
julia = "1"

[extras]
Expand Down

3 comments on commit 82865e3

@gdalle
Copy link
Member

@gdalle gdalle commented on 82865e3 Oct 20, 2024

Choose a reason for hiding this comment

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

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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.8.0 -m "<description of version>" 82865e3d4db4220a66f3d5be2cfc9739f5cd849a
git push origin v0.8.0

@henry2004y
Copy link

@henry2004y henry2004y commented on 82865e3 Oct 25, 2024

Choose a reason for hiding this comment

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

Hi! Is it possible to also bump the patch so that the other dependencies would not be limited to JLD2 v0.4.x?


Oh, I just realized that it was not the issue with MetaGraphs.jl when I add Images.jl. It is now ImageSegmentation.jl...

Please sign in to comment.