Skip to content

Commit 46401e7

Browse files
authored
Merge pull request #144 from KlausC/krc/orthogonal
improved compatibility entries in Project.toml
2 parents 73456a8 + 3f71888 commit 46401e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MatrixDepot"
22
uuid = "b51810bb-c9f3-55da-ae3c-350fc1fbce05"
3-
version = "1.0.17"
3+
version = "1.0.18"
44

55
[deps]
66
ChannelBuffers = "79a69506-cdd1-4876-b8e5-7af85e53af4f"
@@ -14,12 +14,12 @@ Scratch = "6c6a2e73-6563-6170-7368-637461726353"
1414
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1515

1616
[compat]
17-
ChannelBuffers = "0.3.1, 0.4"
17+
ChannelBuffers = "0.3, 0.4"
1818
DataFrames = "0.20 - 0.22, 1"
1919
JLD2 = "0.5 - 0.6"
2020
MAT = "0.7 - 0.12"
2121
Scratch = "1"
22-
julia = "1"
22+
julia = "1.6"
2323

2424
[extras]
2525
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"

0 commit comments

Comments
 (0)