From 4361912d066c0bdd72a303cfb35f271a20ef3730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81tila=20Saraiva?= Date: Fri, 15 Mar 2024 01:43:50 -0600 Subject: [PATCH] =?UTF-8?q?fixing=20versions=20and=20adding=20=C3=81tila?= =?UTF-8?q?=20as=20author,=20and=20adding=20compat=20entries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Project.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6092c5e..c3d5bb8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SeisMakie" uuid = "1618359f-28d0-421c-9c3d-0705aaf8cc0d" -authors = ["Firas and contributors"] -version = "1.0.0-DEV" +authors = ["Firas ", "Átila "] +version = "0.1.0" [deps] FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" @@ -9,6 +9,9 @@ Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +FFTW = "1" +Makie = "0.20" +Statistics = "1" julia = "1" [extras]