Skip to content

Commit 7d63709

Browse files
committed
Rel 4.6.0 - Updating for J v1.9, removed ParetoSmooth & AxisKeys
1 parent b04f627 commit 7d63709

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

Project.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "StatisticalRethinking"
22
uuid = "2d09df54-9d0f-5258-8220-54c2a3d4fbee"
3-
version = "4.5.3"
3+
version = "4.6.0"
44

55
[deps]
66
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
@@ -33,10 +33,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3333
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
3434

3535
[compat]
36-
CSV = "0.9, 0.10"
36+
CSV = "0.10"
3737
DataFrames = "1"
3838
Distributions = "0.25"
39-
DocStringExtensions = "0.8, 0.9"
39+
DocStringExtensions = "0.9"
4040
Documenter = "0.27"
4141
Formatting = "0.4"
4242
KernelDensity = "0.6"
@@ -48,7 +48,7 @@ Optim = "1.5"
4848
OrderedCollections = "1.4"
4949
Parameters = "0.12"
5050
ParetoSmoothedImportanceSampling = "1"
51-
PrettyTables = "1.0, 2.0"
51+
PrettyTables = "2.0"
5252
Reexport = "1.2"
5353
Requires = "1.0"
5454
StatsBase = "0.33"
@@ -58,11 +58,12 @@ Tables = "1.5"
5858
julia = "1"
5959

6060
[extras]
61-
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
61+
#AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
6262
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
63-
ParetoSmooth = "a68b5a21-f429-434e-8bfa-46b447300aac"
63+
#ParetoSmooth = "a68b5a21-f429-434e-8bfa-46b447300aac"
6464
StanSample = "c1514b29-d3a0-5178-b312-660c88baa699"
6565
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6666

6767
[targets]
68-
test = ["StanSample", "AxisKeys", "ParetoSmooth", "Test"]
68+
#test = ["StanSample", "AxisKeys", "ParetoSmooth", "Test"]
69+
test = ["StanSample", "Test"]

0 commit comments

Comments
 (0)