JuliaNeuroscience / NIfTI.jl

Julia module for reading/writing NIfTI MRI files
Other
71 stars 35 forks source link

Update Project.toml #65

Closed korbinian90 closed 1 year ago

korbinian90 commented 1 year ago

Add compat for MappedArrays v0.4

At the moment, other packages are blocked from updating when NIfTI is a dependency (e.g. HistogramThresholds.jl)

A quick test on my machine had no problems with MappedArrays 0.4

codecov[bot] commented 1 year ago

Codecov Report

Merging #65 (9e531e5) into master (ab0c380) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   51.54%   51.54%           
=======================================
  Files           6        6           
  Lines         551      551           
=======================================
  Hits          284      284           
  Misses        267      267           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

Tokazama commented 1 year ago

Thanks for catching this!