Skip to content

Commit da9b480

Browse files
committed
Rel 1.5.0 - Updating for J v1.9
1 parent 926d949 commit da9b480

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ParetoSmoothedImportanceSampling"
22
uuid = "98f080ec-61e2-11eb-1c7b-31ea1097256f"
33
authors = ["@alvaro1101, Rob J Goedman <goedman@icloud.com>"]
4-
version = "1.4.0"
4+
version = "1.5.0"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
@@ -13,15 +13,15 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1313
StanSample = "c1514b29-d3a0-5178-b312-660c88baa699"
1414
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1515
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
16-
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
16+
#StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
1717
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1818

1919
[compat]
2020
CSV = "0.10"
21-
DataFrames = "1.3"
21+
DataFrames = "1"
2222
Distributions = "0.25"
2323
JSON = "0.21"
24-
StanSample = "6, 7"
25-
StatsFuns = "0.8, 0.9, 1.0"
26-
StatsPlots = "0.14"
24+
StanSample = "6"
25+
StatsFuns = "1.0"
26+
#StatsPlots = "0.15"
2727
julia = "1"

0 commit comments

Comments
 (0)