Skip to content

Commit

Permalink
add explicit build backend, bump mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 6, 2024
1 parent 7d02a7c commit 0616b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0616b8f

Please sign in to comment.