Skip to content

Commit

Permalink
Update [compat] (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Aug 24, 2021
1 parent 7801121 commit 62ec907
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name = "NRRD"
uuid = "9bb6cfbd-7763-5393-b1b5-1c8e09872146"
authors = ["Tim Holy <tim.holy@gmail.com>"]
version = "0.6.2"
version = "0.6.3"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageAxes = "2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
Expand All @@ -20,13 +19,12 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
AxisArrays = "0.3, 0.4"
CodecZlib = "0.6, 0.7"
ColorVectorSpace = "0.7, 0.8"
FileIO = "1"
ImageAxes = "0.6"
ImageCore = "0.8.1"
MappedArrays = "0.2"
ImageCore = "0.9"
MappedArrays = "0.2, 0.3, 0.4"
Quaternions = "0.4"
StaticArrays = "0.11, 0.12"
StaticArrays = "0.11, 0.12, 1"
Unitful = "0.14, 0.15, 0.16, 0.17, 0.18, 1"
julia = "1"

Expand Down
2 changes: 1 addition & 1 deletion src/NRRD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module NRRD

using Mmap, Printf
# Packages needed to return the possible range of element types
using ImageCore, ColorVectorSpace, StaticArrays, Quaternions
using ImageCore, StaticArrays, Quaternions
# Other packages
using AxisArrays, ImageAxes, Unitful, MappedArrays
using FileIO
Expand Down

2 comments on commit 62ec907

@timholy
Copy link
Member 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/43435

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.3 -m "<description of version>" 62ec90752cae8799f94b11cddd4f895de76da9a2
git push origin v0.6.3

Please sign in to comment.