Skip to content

Commit 0f6b273

Browse files
committed
Update Project.toml
1 parent cb0521b commit 0f6b273

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Project.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
99
GSL = "92c85e6c-cbff-5e0c-80f7-495c94daaecd"
1010
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1111
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1312
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1413
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1514

1615
[compat]
17-
Combinatorics = "≥ 0.7.0, 1"
18-
Distributions = "≥ 0.16.0"
19-
FastGaussQuadrature = "≥ 0.3.0, 0.4"
20-
GSL = "≥ 0.4.0, 1"
21-
Requires = "≥ 0.5.0, 1"
22-
SpecialFunctions = "≥ 0.7.0, 1"
23-
julia = "≥ 0.7.0"
16+
Combinatorics = "0.7.0, 1"
17+
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"
19+
GSL = "0.4, 1"
20+
SpecialFunctions = "0.7, 1"
21+
julia = "0.7, 1"

0 commit comments

Comments
 (0)