Skip to content

Commit 83108aa

Browse files
authored
Bumped compat for FastGaussQuadrature.jl (#74)
* Bumped compat for FastGaussQuadrature.jl Made sure that all tests still run and that none of the functions that got deprecated with the latest release of FastGaussQuadrature.jl are used here. * Bumped patch version
1 parent b774ac2 commit 83108aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "RandomMatrices"
22
uuid = "2576dda1-a324-5b11-aa66-c48ed7e3c618"
3-
version = "0.5.2"
3+
version = "0.5.3"
44

55
[deps]
66
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
@@ -15,7 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1515
[compat]
1616
Combinatorics = "0.7.0, 1"
1717
Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
18-
FastGaussQuadrature = "0.3, 0.4, 0.5"
18+
FastGaussQuadrature = "0.3, 0.4, 0.5, 1"
1919
GSL = "0.4, 1"
2020
SpecialFunctions = "0.7, 1, 2"
2121
julia = "0.7, 1"

0 commit comments

Comments
 (0)