Skip to content

Commit 12ad63c

Browse files
authored
Merge pull request #80 from Dale-Black/master
update package compats
2 parents 2f53622 + 223b1aa commit 12ad63c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Manifest.toml

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "NIfTI"
22
uuid = "a3a9e032-41b5-5fc4-967a-a6b7a19844d3"
3-
version = "0.6.1"
3+
version = "0.6.2"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -12,8 +12,8 @@ TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
1212
[compat]
1313
CodecZlib = "0.7"
1414
MappedArrays = "0.3,0.4"
15-
TranscodingStreams = "0.9"
16-
julia = "1.3"
15+
TranscodingStreams = "0.9, 0.10, 0.11"
16+
julia = "1.10, 1.11, 1.12"
1717

1818
[extras]
1919
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"

0 commit comments

Comments
 (0)