From 1839dc9c5221065307668f01366446d3dc715ac9 Mon Sep 17 00:00:00 2001 From: Tom Szendrey Date: Fri, 16 Aug 2024 14:54:26 -0400 Subject: [PATCH] update pyciemss version. (#113) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d41318..7644b51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ httpx = "^0.24.1" [tool.poe.tasks] -install-pyciemss = "pip install --no-cache-dir git+https://github.com/ciemss/pyciemss.git@adeb6b974746f86b20597e3d037041121e8ac9c9 --use-pep517" +install-pyciemss = "pip install --no-cache-dir git+https://github.com/ciemss/pyciemss.git@f5c5bec731441377b845a3b702f01927113bf462 --use-pep517" [tool.pytest.ini_options]