From 9cc02c459217073bede2d385dc87bf4ca36b892d Mon Sep 17 00:00:00 2001 From: monty Date: Sat, 26 Oct 2019 15:54:08 -0600 Subject: [PATCH] Compat --- Project.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index d681091..ce82476 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.3.2" +version = "0.4.0" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" @@ -14,8 +14,11 @@ RobustPmap = "27aeedcb-f738-516b-a0b8-3211cf1146e5" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -IterativeSolvers = "≥ 0.5.0" -julia = "≥ 1.1.0" +FFTW = "^1" +IterativeSolvers = "^0" +Interpolations = "^0" +RobustPmap = "^0" +julia = "^1" [extras] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"