Skip to content

Commit

Permalink
Add version bounds to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed Dec 4, 2019
1 parent 67ead0f commit ed5675e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"

[compat]
julia = "≥ 1.0"
julia = "1"
Calculus = "0.5"
Tensors = "1"

[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down

0 comments on commit ed5675e

Please sign in to comment.