From fa61b7a882cf8050e5777f5395d1caa278c4195f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 1 Feb 2025 00:04:31 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for DSP to 0.8, (drop existing compat) --- Project.toml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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" From a1628440081cade6f33e3d7929e9080b54e0bc11 Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Thu, 13 Feb 2025 00:44:43 -0500 Subject: [PATCH 2/2] Update documentation.yml --- .github/workflows/documentation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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