Skip to content

Commit

Permalink
Merge pull request #4 from tlnagy/update-require
Browse files Browse the repository at this point in the history
update readme and require with new min julia reqs
  • Loading branch information
timholy authored Sep 12, 2016
2 parents 5bff6f6 + 3b6dd1a commit 5849ec0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# NRRD
[![NRRD](http://pkg.julialang.org/badges/NRRD_0.4.svg)](http://pkg.julialang.org/?pkg=NRRD)
[![NRRD](http://pkg.julialang.org/badges/NRRD_0.5.svg)](http://pkg.julialang.org/?pkg=NRRD)
[![Build Status](https://travis-ci.org/JuliaIO/NRRD.jl.svg?branch=master)](https://travis-ci.org/JuliaIO/NRRD.jl)
[![codecov.io](http://codecov.io/github/JuliaIO/NRRD.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaIO/NRRD.jl?branch=master)

Package for reading NRRD files.
Package for reading NRRD files.
Implements the [FileIO](https://github.com/JuliaIO/FileIO.jl) interface.

Originally located in [Images.jl](https://github.com/timholy/Images.jl)
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
julia 0.3
julia 0.4
Images
SIUnits
Compat
Compat 0.8.7
Zlib
FixedPointNumbers
FileIO

0 comments on commit 5849ec0

Please sign in to comment.