Skip to content

Commit

Permalink
Compat bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jlperla committed Jan 2, 2024
1 parent 69cbfd3 commit 02b953a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Manifest.toml
docs/build/
docs/site/
.DS_Store
.vscode
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 02b953a

Please sign in to comment.