Skip to content

Commit

Permalink
Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Oct 26, 2019
1 parent 5f900ee commit 9cc02c4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeostatInversion"
uuid = "acd30bff-8734-59b1-86d1-c3ef2efb63d6"
authors = ["Daniel O'Malley <omalled@lanl.gov>", "Velimir V Vesselinov <velimir.vesselinov@gmail.com>"]
version = "0.3.2"
version = "0.4.0"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand All @@ -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"
Expand Down

0 comments on commit 9cc02c4

Please sign in to comment.