Skip to content

Commit 1748c4b

Browse files
authored
Merge pull request #137 from bjarthur/bja/compat
bump HDF5 requirement to include 0.13
2 parents fc76dee + 719b30d commit 1748c4b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ os:
33
- linux
44
- osx
55
julia:
6-
- 0.7
7-
- 1.0
8-
- 1.1
96
- 1.3
7+
- 1
108
- nightly
119
addons:
1210
# apt:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
1010

1111
[compat]
1212
BufferedStreams = "0.4.1, 1"
13-
HDF5 = "0.11, 0.12"
13+
HDF5 = "0.11, 0.12, 0.13"
1414
CodecZlib = "0.5, 0.6"
15-
julia = "0.7, 1"
15+
julia = "1.3"
1616

1717
[extras]
1818
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

0 commit comments

Comments
 (0)