Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CompatHelper: bump compat for DSP to 0.8, (drop existing compat) #553

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 2 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name = "IceFloeTracker"
uuid = "04643c7a-9ac6-48c5-822f-2704f9e70bd3"
authors = [
"Carlos Paniagua <[email protected]>",
"Timothy Divoll <[email protected]>",
"John Gerrard Holland <[email protected]>",
"Bradford Roarr <[email protected]>",
"Daniel Watkins <[email protected]>",
"Maria Isabel Restrepo <[email protected]>",
]
authors = ["Carlos Paniagua <[email protected]>", "Timothy Divoll <[email protected]>", "John Gerrard Holland <[email protected]>", "Bradford Roarr <[email protected]>", "Daniel Watkins <[email protected]>", "Maria Isabel Restrepo <[email protected]>"]
version = "0.6.3"

[deps]
Expand Down Expand Up @@ -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"
Expand Down