Skip to content

Commit

Permalink
updated with grayskull
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf authored May 30, 2024
1 parent 42c2bb4 commit 2a289fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ source:
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation

requirements:
host:
- python >=3.7
- python >=3.8
- pip
run:
- python >=3.7
- python >=3.8
- certifi >=2017.4.17
- charset-normalizer >=2,<4
- idna >=2.5,<4
Expand Down

0 comments on commit 2a289fd

Please sign in to comment.