Skip to content

Commit

Permalink
Should now build on 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoacrossi committed Jun 27, 2018
1 parent 57481b8 commit 3c30255
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[[LinearAlgebra]]
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[[SparseArrays]]
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
8 changes: 8 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name = "ExpmV"
uuid = "e7fedf88-7a0b-11e8-3562-f39b41888c88"
authors = ["Matteo Rossi <teo.red90@gmail.com>"]
version = "0.1.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
4 changes: 3 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
julia 0.6 0.7-
julia 0.7-
SparseArrays
LinearAlgebra

0 comments on commit 3c30255

Please sign in to comment.