From 7b276e48f3dbb4b82462ee650e8abcfef7e3485b Mon Sep 17 00:00:00 2001 From: monty Date: Tue, 20 Oct 2020 08:35:25 -0600 Subject: [PATCH] 1.0.0 --- Project.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index f436096..11cf1c3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeostatInversion" uuid = "acd30bff-8734-59b1-86d1-c3ef2efb63d6" authors = ["Daniel O'Malley ", "Velimir V Vesselinov "] -version = "0.4.1" +version = "1.0.0" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" @@ -14,11 +14,11 @@ RobustPmap = "27aeedcb-f738-516b-a0b8-3211cf1146e5" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -FFTW = "< 2" -IterativeSolvers = "^0" -Interpolations = "^0" -RobustPmap = "^0" -julia = "^1" +FFTW = "1" +IterativeSolvers = "0.8, 0.9" +Interpolations = "0.12, 0.14" +RobustPmap = "1" +julia = "1.5" [extras] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"