From 0616b8fd60c968c075296a81a0f6d8d6ecb0570e Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Fri, 6 Sep 2024 09:14:46 +0200 Subject: [PATCH] add explicit build backend, bump mypy version --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9d42aa7..002fc82 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -25,7 +25,7 @@ requirements: host: - python - pip - - mypy ==1.11.1 # setup.py needs this when SCHEMA_SALAD_USE_MYPYC=1 + - mypy ==1.11.2 # setup.py needs this when SCHEMA_SALAD_USE_MYPYC=1 - types-requests - types-dataclasses - types-setuptools @@ -37,6 +37,7 @@ requirements: - setuptools_scm >=8.0.4,<9 - importlib_resources >=1.4 # [py<39] - filelock # needed for type hints + - setuptools >= 50 # build backend run: - python - setuptools