Skip to content

Commit bc6adf9

Browse files
committed
build(conda.recipe): Update the recipe
1 parent c0500b6 commit bc6adf9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

conda.recipe/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ requirements:
3030
{% endfor %}
3131
run:
3232
- python
33-
{% for dep in pyproject['project']['dependencies'] %}
34-
- {{ dep.lower() }}
35-
{% endfor %}
33+
- requests >=2.33.0
34+
- typing-extensions >=4.7.1 # [py<311]
3635

3736
test:
3837
imports:

0 commit comments

Comments
 (0)