From a8818270910743d2330bd3029db98be805d85f0a Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Thu, 1 Sep 2022 15:00:15 +0100 Subject: [PATCH] MAINT: Pin poe to let windows CI run correctly --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8678c611..415cc4f09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ mypy = ">=0.971" pyarrow = ">=9.0.0" pytest = ">=7.1.2" pyright = ">=1.1.266" -poethepoet = ">=0.13.1" +poethepoet = "0.16.0" loguru = ">=0.6.0" pandas = "1.4.3" typing-extensions = ">=4.2.0"