Skip to content

Commit

Permalink
Fix deps (#15)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed Dec 2, 2023
2 parents 771b9d7 + 1c14e39 commit 11eccf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
provider:
win: azure
bot:
automerge: true
automerge: false
inspection: update-grayskull
conda_forge_output_validation: true
github:
Expand Down
11 changes: 6 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "trio-asyncio" %}
{% set version = "0.13.0" %}
{% set build_num = 4 %}
{% set build_num = 5 %}


package:
Expand All @@ -18,14 +18,15 @@ build:

requirements:
host:
- python >=3.7
- python >=3.8
- pytest-runner
- pip
run:
- python >=3.7
- trio >=0.15.0
- attrs
- python >=3.8
- outcome
- sniffio >=1.3.0
- trio >=0.22.0
- exceptiongroup >=1.0.0

test:
imports:
Expand Down

0 comments on commit 11eccf4

Please sign in to comment.