From 4439724dde64c413803e447a63ab90e0e0d48599 Mon Sep 17 00:00:00 2001 From: RaphaelS1 Date: Sat, 27 Aug 2022 17:19:17 +0100 Subject: [PATCH 01/11] fix deps --- Project.toml | 22 ++++++++++------------ docs/Project.toml | 8 +++++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Project.toml b/Project.toml index 436292b..165649e 100644 --- a/Project.toml +++ b/Project.toml @@ -6,27 +6,25 @@ version = "0.1.0" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" -Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a" -JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" -LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255" -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c" Optim = "429524aa-4258-5aef-a3af-852621145aeb" PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" RCall = "6f49c342-dc21-5d91-9882-a32aef131414" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" -Reexport = "189a3867-3050-52da-a836-e630ba90ab69" -StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" -StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" -Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] -julia = "1" -Documenter = "0.27.23" +julia = "^1" +DataFrames = "~1.3.4" +Distributions = "~0.25.65" +Optim = "~1.7.0" +PrettyTables = "~1.3.1" +RCall = "~0.13.13" +Random = "~0.7.0" +RecipesBase = "~1.2.2" +StatsBase = "~0.33.18" +StatsModels = "~0.6.30" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/docs/Project.toml b/docs/Project.toml index 933f203..3d5c999 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,9 +1,11 @@ [deps] -Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] -Documenter = "0.27.23" -DataFrames = "1" +DataFrames = "~1" +Distributions = "~0.25.65" +Documenter = "~0.27.23" +Random = "~0.7.0" From 73cc91374026b33363e8c143228e66910d8478e1 Mon Sep 17 00:00:00 2001 From: RaphaelS1 Date: Sat, 27 Aug 2022 17:24:20 +0100 Subject: [PATCH 02/11] fix receipes dep --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 165649e..de65d8f 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ Optim = "~1.7.0" PrettyTables = "~1.3.1" RCall = "~0.13.13" Random = "~0.7.0" -RecipesBase = "~1.2.2" +RecipesBase = "~1.2.1" StatsBase = "~0.33.18" StatsModels = "~0.6.30" From 5b5380c674d20de4096f7a70c3c4d09d183c0845 Mon Sep 17 00:00:00 2001 From: RaphaelS1 Date: Sat, 27 Aug 2022 17:29:17 +0100 Subject: [PATCH 03/11] fix random v --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index de65d8f..291e8b7 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ Distributions = "~0.25.65" Optim = "~1.7.0" PrettyTables = "~1.3.1" RCall = "~0.13.13" -Random = "~0.7.0" +Random = "~1.8.0" RecipesBase = "~1.2.1" StatsBase = "~0.33.18" StatsModels = "~0.6.30" From db9f5ae703083bd5be5768f93f1a72ae5dfb4c07 Mon Sep 17 00:00:00 2001 From: RaphaelS1 Date: Sat, 27 Aug 2022 17:35:00 +0100 Subject: [PATCH 04/11] remove random compat --- Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Project.toml b/Project.toml index 291e8b7..5e56c1e 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,6 @@ Distributions = "~0.25.65" Optim = "~1.7.0" PrettyTables = "~1.3.1" RCall = "~0.13.13" -Random = "~1.8.0" RecipesBase = "~1.2.1" StatsBase = "~0.33.18" StatsModels = "~0.6.30" From e79a7cf6430d89a32fb015b3553ec3aac38fe102 Mon Sep 17 00:00:00 2001 From: RaphaelS1 Date: Sat, 27 Aug 2022 17:43:53 +0100 Subject: [PATCH 05/11] udate deps --- Project.toml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Project.toml b/Project.toml index 5e56c1e..091bafb 100644 --- a/Project.toml +++ b/Project.toml @@ -6,6 +6,7 @@ version = "0.1.0" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Optim = "429524aa-4258-5aef-a3af-852621145aeb" PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" RCall = "6f49c342-dc21-5d91-9882-a32aef131414" @@ -15,15 +16,15 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" [compat] -julia = "^1" -DataFrames = "~1.3.4" -Distributions = "~0.25.65" -Optim = "~1.7.0" -PrettyTables = "~1.3.1" -RCall = "~0.13.13" -RecipesBase = "~1.2.1" -StatsBase = "~0.33.18" -StatsModels = "~0.6.30" +DataFrames = "1.3.4" +Distributions = "0.25.68" +Optim = "1.7.0" +PrettyTables = "1.3.1" +RCall = "0.13.13" +RecipesBase = "1.2.1" +StatsBase = "0.33.18" +StatsModels = "0.6.30" +julia = "1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From 3feca3b974fd7fbb16b16ca378fbdd65a1a76b4a Mon Sep 17 00:00:00 2001 From: RaphaelS1 Date: Sat, 27 Aug 2022 17:57:44 +0100 Subject: [PATCH 06/11] try fix dist dep --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 091bafb..ded73db 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" [compat] DataFrames = "1.3.4" -Distributions = "0.25.68" +Distributions = "<0.25.68" Optim = "1.7.0" PrettyTables = "1.3.1" RCall = "0.13.13" From dff1655a739a46ad582ab1700c2a7677190f6d3a Mon Sep 17 00:00:00 2001 From: RaphaelS1 Date: Sat, 27 Aug 2022 18:06:15 +0100 Subject: [PATCH 07/11] updated statsmodels v --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ded73db..0ab4ec9 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ PrettyTables = "1.3.1" RCall = "0.13.13" RecipesBase = "1.2.1" StatsBase = "0.33.18" -StatsModels = "0.6.30" +StatsModels = "^0.6.0" julia = "1" [extras] From 83ce25cd8b8c7e6fbecdde33c21fb5d6930b7087 Mon Sep 17 00:00:00 2001 From: RaphaelS1 Date: Sat, 27 Aug 2022 18:08:09 +0100 Subject: [PATCH 08/11] fix docs toml --- docs/Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 3d5c999..7ae14d7 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -8,4 +8,3 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" DataFrames = "~1" Distributions = "~0.25.65" Documenter = "~0.27.23" -Random = "~0.7.0" From 01d2fdae2175662811a0bcbb7c56ee0957e7e2e6 Mon Sep 17 00:00:00 2001 From: RaphaelS1 Date: Sat, 27 Aug 2022 18:09:01 +0100 Subject: [PATCH 09/11] add nlsoverlsbase --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 0ab4ec9..704f436 100644 --- a/Project.toml +++ b/Project.toml @@ -7,6 +7,7 @@ version = "0.1.0" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c" Optim = "429524aa-4258-5aef-a3af-852621145aeb" PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" RCall = "6f49c342-dc21-5d91-9882-a32aef131414" @@ -24,6 +25,7 @@ RCall = "0.13.13" RecipesBase = "1.2.1" StatsBase = "0.33.18" StatsModels = "^0.6.0" +NLSolversBase = "^7.8.0" julia = "1" [extras] From ae1ac2b7c0296789efc402c9591f4c2667272c32 Mon Sep 17 00:00:00 2001 From: RaphaelS1 Date: Sat, 27 Aug 2022 18:26:56 +0100 Subject: [PATCH 10/11] fix optim --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 704f436..ecde38c 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" [compat] DataFrames = "1.3.4" Distributions = "<0.25.68" -Optim = "1.7.0" +Optim = "0.22.0, 1.7.0" PrettyTables = "1.3.1" RCall = "0.13.13" RecipesBase = "1.2.1" From e1dc47076214d6220c93186a3f239fe430dadda4 Mon Sep 17 00:00:00 2001 From: RaphaelS1 Date: Sat, 27 Aug 2022 18:32:47 +0100 Subject: [PATCH 11/11] update nlsolversbase --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ecde38c..7ca28df 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ RCall = "0.13.13" RecipesBase = "1.2.1" StatsBase = "0.33.18" StatsModels = "^0.6.0" -NLSolversBase = "^7.8.0" +NLSolversBase = "^7.0.0" julia = "1" [extras]