Skip to content

Commit 37339dc

Browse files
committed
Update dependencies.
1 parent 3ee4065 commit 37339dc

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Manifest.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
4848

4949
[[Distributions]]
5050
deps = ["FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns"]
51-
git-tree-sha1 = "71a3f1ae1fca9ed876edfbc2079d7b7c27e2e3d5"
51+
git-tree-sha1 = "6b19601c0e98de3a8964ed33ad73e130c7165b1d"
5252
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
53-
version = "0.22.3"
53+
version = "0.22.4"
5454

5555
[[DocStringExtensions]]
5656
deps = ["LibGit2", "Markdown", "Pkg", "Test"]
@@ -60,9 +60,9 @@ version = "0.8.1"
6060

6161
[[Documenter]]
6262
deps = ["Base64", "Dates", "DocStringExtensions", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
63-
git-tree-sha1 = "885467cebde4639a3d81953652cc53ff5a73cb87"
63+
git-tree-sha1 = "d497bcc45bb98a1fbe19445a774cfafeabc6c6df"
6464
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
65-
version = "0.24.3"
65+
version = "0.24.5"
6666

6767
[[FFTW]]
6868
deps = ["AbstractFFTs", "FFTW_jll", "IntelOpenMP_jll", "Libdl", "LinearAlgebra", "MKL_jll", "Reexport"]
@@ -132,9 +132,9 @@ uuid = "a63ad114-7e13-5084-954f-fe012c677804"
132132

133133
[[OpenBLAS_jll]]
134134
deps = ["Libdl", "Pkg"]
135-
git-tree-sha1 = "3a6e5767e8ae022871c19162cc3ecd80748bd3dc"
135+
git-tree-sha1 = "e2551d7c25d52f35b76d86a50917a3ba8988f519"
136136
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
137-
version = "0.3.7+4"
137+
version = "0.3.7+5"
138138

139139
[[OpenSpecFun_jll]]
140140
deps = ["Libdl", "Pkg"]
@@ -150,15 +150,15 @@ version = "1.1.0"
150150

151151
[[PDMats]]
152152
deps = ["Arpack", "LinearAlgebra", "SparseArrays", "SuiteSparse", "Test"]
153-
git-tree-sha1 = "035f8d60ba2a22cb1d2580b1e0e5ce0cb05e4563"
153+
git-tree-sha1 = "5f303510529486bb02ac4d70da8295da38302194"
154154
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
155-
version = "0.9.10"
155+
version = "0.9.11"
156156

157157
[[Parsers]]
158158
deps = ["Dates", "Test"]
159-
git-tree-sha1 = "0139ba59ce9bc680e2925aec5b7db79065d60556"
159+
git-tree-sha1 = "d112c19ccca00924d5d3a38b11ae2b4b268dda39"
160160
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
161-
version = "0.3.10"
161+
version = "0.3.11"
162162

163163
[[Pkg]]
164164
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Test", "UUIDs"]

Project.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ uuid = "5134c85a-a9db-11e9-340f-8514dff59a31"
33
authors = ["Will Shand <wish5031@colorado.edu>"]
44
version = "0.0.2"
55

6-
[compat]
7-
Distributions = "0.22"
8-
Documenter = "0.24"
9-
FFTW = "1.2"
10-
julia = "1.3"
11-
QuadGK = "2.3"
12-
136
[deps]
147
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
158
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
@@ -20,3 +13,10 @@ QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
2013
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2114
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2215
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16+
17+
[compat]
18+
Distributions = "0.22"
19+
Documenter = "0.24"
20+
FFTW = "1.2"
21+
QuadGK = "2.3"
22+
julia = "1.3"

0 commit comments

Comments
 (0)