Skip to content

Commit

Permalink
update dependencies (julia 1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
korbinian90 committed Jan 29, 2021
1 parent e243c1c commit 8b97502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ ROMEO = "1ea8258b-a15d-4adb-ad20-01632f467a84"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
DataStructures = "0.18"
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
FFTW = "1"
Interpolations = "0.12, 0.13"
NIfTI = "0.4, 0.5"
ROMEO = "0.1.4,0.2"
ROMEO = "0.1.4, 0.2"
julia = "1.3"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Codecov](https://codecov.io/gh/korbinian90/MriResearchTools.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/korbinian90/MriResearchTools.jl)

## Prerequisites
A Julia installation v1.1 or higher is required.
A Julia installation v1.3 or higher is required.

Magnitude and Phase images in NIfTI fileformat (4D images with echoes in the 4th dimension)

Expand Down

2 comments on commit 8b97502

@korbinian90
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
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/28931

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.5.0 -m "<description of version>" 8b97502dc8aa214db20f4abd2033a3afbbb90ff9
git push origin v0.5.0

Please sign in to comment.