diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b7678dc..0ac1b11 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: diff --git a/Project.toml b/Project.toml index c9dca9e..d265c99 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,11 @@ ForwardDiff = "0.10" Infiltrator = "1.0" JLD2 = "0.4" MultiFloats = "1.0" -NCDatasets = "0.12, 0.14" + +NCDatasets = "0.12, 0.13, 0.14" + + + NLsolve = "4.5" PALEOboxes = "0.21.17" RecipesBase = "1.2"