diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d89109..917dab0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: version: - - '1.6' + - '1' os: - ubuntu-latest - macOS-latest diff --git a/Project.toml b/Project.toml index 5243d56..d0022ac 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GrowthMaps" uuid = "a252ced4-3752-11e9-0615-256422162c4d" authors = ["Rafael Schouten", "James Maino"] -version = "0.2.6" +version = "0.2.7" [deps] ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9" @@ -18,11 +18,11 @@ UnitfulRecipes = "42071c24-d89e-48dd-8a24-8a12d9b8861f" [compat] ConstructionBase = "1" InteractModels = "0.4" -LsqFit = "0.10, 0.11, 0.12" -ModelParameters = "0.3" +LsqFit = "0.15" +ModelParameters = "0.4" Plots = "1" -Rasters = "0.1" -Reexport = "0.2, 1.0" +Rasters = "0.11" +Reexport = "1" Unitful = "1" UnitfulRecipes = "1" julia = "1"