Skip to content

Commit

Permalink
Merge pull request #90 from Image-X-Institute/bugfix/compat
Browse files Browse the repository at this point in the history
Fixing compat for stdlib
  • Loading branch information
lmejn authored Nov 2, 2023
2 parents b8ad393 + 098b73d commit 5f86664
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,18 @@ Glob = "1"
Interpolations = "0.14"
JLD2 = "0.4"
JSON = "0.21"
LinearAlgebra = "1"
MeshIO = "0.4"
Meshes = "0.34, 0.35"
NRRD = "0.6"
Optim = "1"
Polyester = "0.7"
Printf = "1"
ProgressMeter = "1"
Roots = "2"
Rotations = "1"
SparseArrays = "1"
StaticArrays = "1"
Test = "1"
WriteVTK = "1"
julia = "1.8"

4 comments on commit 5f86664

@lmejn
Copy link
Member Author

@lmejn lmejn commented on 5f86664 Nov 2, 2023

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

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.13.6 -m "<description of version>" 5f8666449b87b3719b8658c6c4aac4299f34027e
git push origin v0.13.6

Also, note the warning: Version 0.13.6 skips over 0.13.5
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@lmejn
Copy link
Member Author

@lmejn lmejn commented on 5f86664 Nov 2, 2023

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

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.13.6 -m "<description of version>" 5f8666449b87b3719b8658c6c4aac4299f34027e
git push origin v0.13.6

Please # to comment.