Skip to content

Commit ab615ea

Browse files
authored
Merge pull request #291 from QuantEcon/julia-1.10
Compat bump
2 parents 25bb92b + 597b7d2 commit ab615ea

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ docs/serve
1010
./Manifest.toml
1111

1212
Manifest.toml
13+
.vscode

Project.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "QuantEcon"
22
uuid = "fcd29c91-0bd7-5a09-975d-7ac3f643a60c"
3-
version = "0.16.5"
3+
version = "0.16.6"
44

55
[deps]
66
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
@@ -26,10 +26,11 @@ DSP = "0.6, 0.7"
2626
DataStructures = "0.18"
2727
Distributions = "0.23, 0.24, 0.25"
2828
FFTW = "1"
29-
Graphs = "1.6"
30-
NLopt = "0.5, 0.6"
29+
Graphs = "1.6, 1.7, 1.8, 1.9"
30+
NLopt = "0.5, 0.6, 1"
3131
Optim = "1"
3232
Primes = "0.4, 0.5"
3333
SpecialFunctions = "1, 2"
3434
StatsBase = "0.33, 0.34"
35+
Statistics = "1"
3536
julia = "1.6"

0 commit comments

Comments
 (0)