From 02b953af9286193cbb3ac54da319d1b4bc701080 Mon Sep 17 00:00:00 2001 From: Jesse Perla Date: Tue, 2 Jan 2024 12:20:55 -0800 Subject: [PATCH] Compat bump --- .gitignore | 1 + Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a34a6bc..a6fa1e8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ Manifest.toml docs/build/ docs/site/ .DS_Store +.vscode \ No newline at end of file diff --git a/Project.toml b/Project.toml index e90a233..cbe4540 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Expectations" uuid = "2fe49d83-0758-5602-8f54-1f90ad0d522b" -version = "1.9.1" +version = "1.9.2" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -10,7 +10,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] Distributions = "0.23, 0.24, 0.25" -FastGaussQuadrature = "0.4.3, 0.5" +FastGaussQuadrature = "0.4.3, 0.5, 1" SpecialFunctions = "0.10, 1.1, 2" LinearAlgebra = "<0.0.1, 1" julia = "1.7, 1.8, 1.9"