Skip to content

Commit

Permalink
Merge pull request #41 from njzjz/patch-1
Browse files Browse the repository at this point in the history
Fixed the minimum version of typing_extensions
  • Loading branch information
agronholm committed Oct 24, 2023
2 parents 3a8db48 + 1ca33a7 commit 5155365
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

4 changes: 2 additions & 2 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 . --no-deps -vv

requirements:
Expand All @@ -22,7 +22,7 @@ requirements:
run:
- python >=3.8
- importlib_metadata >=3.6
- typing_extensions >=4.4.0
- typing_extensions >=4.7.0
run_constrained:
- pytest >=7

Expand Down

0 comments on commit 5155365

Please sign in to comment.