From 7b6b83971d23bebb443747a22ae3134a743f053d Mon Sep 17 00:00:00 2001 From: rsignell <125569335+rsignell@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:39:53 -0500 Subject: [PATCH] remove s3fs < 2024 pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a211b43a..d6139d8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ python = ">=3.8,<4.0" python-cmr = ">=0.9.0" pqdm = ">=0.1" requests = ">=2.26,<3.0.0" -s3fs = ">=2022.11, <2024" +s3fs = ">=2022.11" fsspec = ">=2022.11" tinynetrc = "^1.3.1" multimethod = ">=1.8"