diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 51607cc9..a32ba2c3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,14 +16,14 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - name: update pip run: python -m pip install -U pip - name: install python deps - run: python -m pip install -U numpy==1.23 scikit-image==0.20.0 pyproj==3.6.0 rasterio==1.3.7 requests==2.31.0 skyfield==1.45.0 pandas==2 jinja2==3.1 + run: python -m pip install -U scikit-image==0.25.1 pyproj==3.7.0 rasterio==1.4.3 - uses: julia-actions/setup-julia@v2 with: - version: '1.7' + version: '1' - name: Register registries run: julia -e 'using Pkg; pkg"registry add General https://github.com/HolyLab/HolyLabRegistry.git"' - name: Install dependencies diff --git a/Project.toml b/Project.toml index cde201d6..2e9f8260 100644 --- a/Project.toml +++ b/Project.toml @@ -1,13 +1,6 @@ name = "IceFloeTracker" uuid = "04643c7a-9ac6-48c5-822f-2704f9e70bd3" -authors = [ - "Carlos Paniagua ", - "Timothy Divoll ", - "John Gerrard Holland ", - "Bradford Roarr ", - "Daniel Watkins ", - "Maria Isabel Restrepo ", -] +authors = ["Carlos Paniagua ", "Timothy Divoll ", "John Gerrard Holland ", "Bradford Roarr ", "Daniel Watkins ", "Maria Isabel Restrepo "] version = "0.6.3" [deps] @@ -66,7 +59,7 @@ AxisArrays = "0.4" Clustering = "0.15" ColorTypes = "0.11" CoordinateTransformations = "0.6" -DSP = "0.7" +DSP = "0.8" DataFrames = "1.5" DataStructures = "0.18" DelimitedFiles = "1"