Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Oct 28, 2020
1 parent 2c62364 commit 801c35c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Cumulants"
uuid = "01e79fc4-f247-5fa3-af0e-2bd1d4cc767f"
version = "1.0.3"
version = "1.0.4"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -20,6 +20,11 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.0, 1.1, 1.2"
julia = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5"
SymmetricTensors = "1"
Combinatorics = "1"
Distributions = "0.24"


[targets]
test = ["ArgParse", "DataStructures", "FileIO", "JLD2", "PyCall", "PyPlot", "Random", "SpecialFunctions", "Test"]

0 comments on commit 801c35c

Please sign in to comment.