Skip to content

Commit

Permalink
Merge pull request #18 from timostrunk/fix_requirements
Browse files Browse the repository at this point in the history
Aligned requirements with upstream 2.6.1
  • Loading branch information
xylar authored Feb 29, 2024
2 parents f635804 + 4c90f62 commit 28f96a4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
conda_forge_output_validation: true
bot:
automerge: true
automerge: false
inspection: grayskull-update
github:
branch_name: main
Expand Down
16 changes: 8 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
noarch: python
number: 0
number: 1
script: {{ PYTHON }} -m pip install . -vv

requirements:
Expand All @@ -22,16 +22,16 @@ requirements:
- hatchling
run:
- python >=3.8.0,<4.0.0
- idna >=2.1,<4.0
- cryptography >=2.6,<42.0
- httpcore >=0.17.3
- sniffio
run_constrained:
- httpx >=0.24.1
- aioquic >=0.9.25
- cryptography >=42
- httpcore >=1.0.0
- httpx >=0.26.0
- h2 >=4.1.0
- trio >=0.14,<0.23
- wmi >=1.5.1,<2.0.0
- aioquic >=0.9.20
- idna >=3.6
- trio >=0.23
- wmi >=1.5.1

test:
imports:
Expand Down

0 comments on commit 28f96a4

Please sign in to comment.