From 370de0fd21196006aced3266ce3eb023832d8452 Mon Sep 17 00:00:00 2001 From: Jesse Perla Date: Tue, 2 Jan 2024 12:12:37 -0800 Subject: [PATCH 1/2] compat bump --- .gitignore | 1 + Project.toml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b46b2ad..cac27f6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ docs/serve ./Manifest.toml Manifest.toml +.vscode \ No newline at end of file diff --git a/Project.toml b/Project.toml index ba7c879..56af870 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "QuantEcon" uuid = "fcd29c91-0bd7-5a09-975d-7ac3f643a60c" -version = "0.16.5" +version = "0.16.6" [deps] DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2" @@ -26,8 +26,8 @@ DSP = "0.6, 0.7" DataStructures = "0.18" Distributions = "0.23, 0.24, 0.25" FFTW = "1" -Graphs = "1.6" -NLopt = "0.5, 0.6" +Graphs = "1.6, 1.7, 1.8, 1.9" +NLopt = "0.5, 0.6, 1" Optim = "1" Primes = "0.4, 0.5" SpecialFunctions = "1, 2" From 597b7d2baac30c407425ee3d7b0da0bca6404421 Mon Sep 17 00:00:00 2001 From: Jesse Perla Date: Wed, 3 Jan 2024 10:17:48 -0800 Subject: [PATCH 2/2] Adding statistics PR as well from PRs #289 and #290 --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 56af870..26527d5 100644 --- a/Project.toml +++ b/Project.toml @@ -32,4 +32,5 @@ Optim = "1" Primes = "0.4, 0.5" SpecialFunctions = "1, 2" StatsBase = "0.33, 0.34" +Statistics = "1" julia = "1.6"