From 2304027fd9da08fc67b45a438070b5600d4530c3 Mon Sep 17 00:00:00 2001 From: Arnav Sood <5009477+arnavs@users.noreply.github.com> Date: Sun, 2 Feb 2020 12:24:46 -0800 Subject: [PATCH] Update Project.toml --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 9c10250..f4fa346 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,9 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] julia = "1" SpecialFunctions = "0.8" +FastGaussQuadrature = "0.4" +Compat = "3.2" +Distributions = "0.22" [extras] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"