Skip to content

Commit e6ea26b

Browse files
committed
added bounds to dependencies
1 parent a01e0e3 commit e6ea26b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Project.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.1.2"
55
[deps]
66
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
77
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
8-
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
98
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
109
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1110
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
@@ -16,10 +15,14 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
1615
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1716

1817
[compat]
19-
julia = "1"
20-
Zygote = "0.4.1"
21-
Tracker = "0.2.5"
18+
Combinatorics = "0.7"
19+
PDMats = "0.9"
20+
StatsFuns = "0.8"
21+
Distributions = "0.21.6"
2222
ForwardDiff = "0.10.6"
23+
Tracker = "0.2.5"
24+
Zygote = "0.4.1"
25+
julia = "1"
2326

2427
[extras]
2528
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"

0 commit comments

Comments
 (0)