From 6be2f133ce91dc88e7a949085e5f59c47e7f6c5a Mon Sep 17 00:00:00 2001 From: GregFa Date: Wed, 21 Feb 2024 16:09:09 -0600 Subject: [PATCH 1/2] Updated Project.toml --- Project.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 49c61df..a8ab78a 100644 --- a/Project.toml +++ b/Project.toml @@ -10,20 +10,23 @@ Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7" +PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" -Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] +Conda = "1.10" +DelimitedFiles = "1.9" +Distributed = "1" Distributions = "^0.23, 0.24, 0.25" LossFunctions = "~0.11" -Revise = "3.5" +PyPlot = "2.11" StaticArrays = "1.9" -StatsBase = "0.33, 0.34" Statistics = "1" -julia = "~1.9" +StatsBase = "0.33, 0.34" +julia = "1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From 2562116a5e68076ab158a77ce4e336083d04f33b Mon Sep 17 00:00:00 2001 From: GregFa Date: Wed, 21 Feb 2024 16:12:10 -0600 Subject: [PATCH 2/2] Updated compat DelimitedFiles --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a8ab78a..e37ae02 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] Conda = "1.10" -DelimitedFiles = "1.9" +DelimitedFiles = "1.6" Distributed = "1" Distributions = "^0.23, 0.24, 0.25" LossFunctions = "~0.11"