Skip to content

Commit

Permalink
fix Requires 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbinian Eckstein committed Jan 7, 2022
1 parent 17adce9 commit 218c6b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ ImageMorphology = "0.2 - 0.3"
Interpolations = "0.12 - 0.13"
NIfTI = "0.4 - 0.5"
PaddedViews = "0.5"
Requires = "1"
ROMEO = "0.2.5"
julia = "1.5"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Prerequisites
A Julia installation v1.3 or higher is required.
To get the newest version of this package, Julia v1.5 or newer should be used.
To get the newest version of this package, Julia v1.6 LTS is recommended.

Magnitude and Phase images in NIfTI fileformat
(4D images with echoes in the 4th dimension, 5D images with channels in the 5th dimension)
Expand Down

2 comments on commit 218c6b0

@korbinian90
Copy link
Owner

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/51909

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.6.0 -m "<description of version>" 218c6b097f5d2138fbca698dc1b7192f19587a0c
git push origin v0.6.0

Please sign in to comment.