From ca7dfbe1a8dc84c0476f13bb21dfe7e69d806207 Mon Sep 17 00:00:00 2001 From: Taher Chegini Date: Thu, 16 May 2024 16:14:04 -0400 Subject: [PATCH] MNT: Bump min versions of pygeoogc and pygeoutils to the latest. [skip ci] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 07cf0c0..14e88f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,8 +45,8 @@ dependencies = [ "matplotlib>=3.5", "numpy>=1.21", "pandas>=1", - "pygeoogc<0.17,>=0.16", - "pygeoutils<0.17,>=0.16", + "pygeoogc<0.17,>=0.16.3", + "pygeoutils<0.17,>=0.16.3", "pynhd<0.17,>=0.16", "pyproj>=3.0.1", "rioxarray>=0.11",