From b660d25fcc998e91b8b6c0b85721702ff3a4918c Mon Sep 17 00:00:00 2001 From: dwest77 Date: Wed, 6 Nov 2024 15:21:51 +0000 Subject: [PATCH] Updated CFAPyX version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ecea7a..c831978 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ fsspec = "2024.9.0" xarray = "2024.6.0" pystac-client = "0.8.3" kerchunk = "0.2.6" -cfapyx = "2024.10.11" +cfapyx = "2024.11.6" requests = "^2.32.3" aiohttp = "^3.10.10" sphinx = "7.1.2"