Skip to content

Commit

Permalink
Merge pull request #73 from adrianeboyd/fix/v1.10.4-deps
Browse files Browse the repository at this point in the history
Update typing_extensions requirement for v1.10.4
  • Loading branch information
dgasmith committed Jan 9, 2023
2 parents d7c74d0 + 7ccd6b9 commit 7d16342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
sha256: b9a3859f24eb4e097502a3be1fb4b2abb79b6103dd9e2e0edb70613a4459a648

build:
number: 0
number: 1
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv

requirements:
Expand All @@ -27,7 +27,7 @@ requirements:
- cython
run:
- python
- typing-extensions >=4.1.0
- typing-extensions >=4.2.0

test:
imports:
Expand Down

0 comments on commit 7d16342

Please sign in to comment.