From 8d47baace67eae22d1176ab2a375253a53999b1e Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Sun, 15 Sep 2024 14:49:24 -0400 Subject: [PATCH] pin max fiona in oldest (#230) --- .pre-commit-config.yaml | 2 +- ci/310-oldest.yaml | 1 + ci/39-oldest.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b54aac6..08dfeb0a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ files: 'mapclassify\/' repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.1" + rev: "v0.6.5" hooks: - id: ruff - id: ruff-format diff --git a/ci/310-oldest.yaml b/ci/310-oldest.yaml index 8f13717c..b017cdbe 100644 --- a/ci/310-oldest.yaml +++ b/ci/310-oldest.yaml @@ -10,6 +10,7 @@ dependencies: - scikit-learn=1.0 - scipy=1.8 # testing + - fiona<1.10 - geopandas<1 - libpysal - pytest diff --git a/ci/39-oldest.yaml b/ci/39-oldest.yaml index 4a4968b3..46288532 100644 --- a/ci/39-oldest.yaml +++ b/ci/39-oldest.yaml @@ -10,6 +10,7 @@ dependencies: - scikit-learn=1.0 - scipy=1.8 # testing + - fiona<1.10 - geopandas<1 - libpysal - pytest