From f9ccd5231ef29a199e048c3189f4cd08b0118e6e Mon Sep 17 00:00:00 2001 From: Jie-Wen Tsai <44721885+jiewenTsai@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:51:52 +0800 Subject: [PATCH] Update Project.toml --- Project.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index e0ac187..8f97685 100644 --- a/Project.toml +++ b/Project.toml @@ -3,9 +3,6 @@ uuid = "1fd685a6-88ce-5cc9-9afc-ec285d232689" authors = ["Jie-Wen Tsai "] version = "0.1.0" -[compat] -julia = "1.6" - [deps] #Markdown #InteractiveUtils @@ -24,10 +21,11 @@ Kronecker = "2c470bb0-bcc8-11e8-3dad-c9649493f05e" Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8" [compat] +julia = "1.6" Plots = "1.40.8" PolyaGammaSamplers = "0.1.0" Distributions = "0.25.112" ProgressLogging = "0.1.4" ProgressMeter = "1.10.2" Kronecker = "0.5.5" -Format = "1.3.7" \ No newline at end of file +Format = "1.3.7"