Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Nov 13, 2023
1 parent af0f908 commit 360e83e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,27 @@ requirements:
host:
- python
- pip
- mypy ==1.4.1 # setup.py needs this when SCHEMA_SALAD_USE_MYPYC=1
- mypy ==1.7.0 # setup.py needs this when SCHEMA_SALAD_USE_MYPYC=1
- types-pkg_resources
- types-requests
- types-dataclasses
- types-setuptools
- ruamel.yaml >=0.17.6,<0.18
- ruamel.yaml >=0.17.6,<0.19
# ruamel.yaml is needed for the type hints
# the newer version: 0.15.99 has py.typed, which mypyc needs
- black # also needed for type hints
- rdflib >=4.2.2,<7.0.0 # more type hints
- setuptools_scm
- black >=19.10b0 # also needed for type hints
- rdflib >=4.2.2,<8.0.0 # more type hints
- setuptools_scm >=8.0.4,<9
- importlib_resources >=1.4
run:
- python
- setuptools
- requests >=1.0
- ruamel.yaml >=0.17.6,<0.18
- rdflib >=4.2.2,<7.0.0
- ruamel.yaml >=0.17.6,<0.19
- rdflib >=4.2.2,<8.0.0
- mistune >=2.0.3,<2.1
- cachecontrol >=0.13,<0.14
- filelock
- typing_extensions
- black
- importlib_resources >=1.4

Expand Down

0 comments on commit 360e83e

Please sign in to comment.