From 30669e1b29b77fdb5b5a18b91ad062efc46ec6fd Mon Sep 17 00:00:00 2001 From: himkt Date: Sun, 19 May 2024 16:09:01 +0900 Subject: [PATCH] deps: replace poetry with hatching --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 7de9d62..2a7dab1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -17,11 +17,11 @@ build: requirements: host: + - python >=3.8 + - hatchling - pip - - python >=3.8,<4.0 - - poetry >=1.0.2 run: - - python >=3.8.0,<4.0.0 + - python >=3.8 - requests <3.0.0 run_constrained: - janome >=0.5.0,<0.6.0