Skip to content

Commit bcd9e13

Browse files
committed
Relaxed related package versions (for Julia 1.0)
1 parent d78a320 commit bcd9e13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2525
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
2626

2727
[compat]
28-
julia = "^1.3"
28+
julia = "^1.0"
2929
ArgParse = "^1.0 "
3030
CSV = "^0.6"
31-
DataFrames = "0.21, 1.0"
32-
DataStructures = "0.18, 1.0"
31+
DataFrames = "^0.21, 1.0"
32+
DataStructures = "^0.16, 1.0"
3333
FileIO = "^1.0.7"
3434
Glob = "^1.2"
35-
HDF5 = "^0.13, 0.16"
36-
JLD2 = "0.4, 1.0"
35+
HDF5 = "^0.12, 0.16"
36+
JLD2 = "^0.1, 1.0"
3737
Plots = "1.3, 2.0"
3838
ProgressMeter = "^1.1"
3939
Rotations = "^1.0"

0 commit comments

Comments
 (0)