From 0066a2bce9702d84814caf36d7f6bc8a7710ce99 Mon Sep 17 00:00:00 2001 From: Firas Date: Wed, 14 Feb 2024 18:58:23 -0700 Subject: [PATCH] Fixed environment --- Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9764a12..6092c5e 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,9 @@ authors = ["Firas and contributors"] version = "1.0.0-DEV" [deps] -CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" +FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] julia = "1"