Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Dec 5, 2023
1 parent 6cfe56a commit 1e1631b
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions recipes/cache_decorator/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ build:

requirements:
host:
- python
- python >=3.8
- pip
run:
- python
- python >=3.8
- dict_hash >=1.1.32
- humanize >=3.4.1
- compress-pickle >=2.0.1
Expand Down
4 changes: 2 additions & 2 deletions recipes/compress_json/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ build:

requirements:
host:
- python
- python >=3.8
- pip
run:
- python
- python >=3.8

test:
imports:
Expand Down
4 changes: 2 additions & 2 deletions recipes/deflate_dict/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ build:

requirements:
host:
- python
- python >=3.8
- pip
run:
- python
- python >=3.8
- support_developer >=1.0.2

test:
Expand Down
4 changes: 2 additions & 2 deletions recipes/dict_hash/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ build:

requirements:
host:
- python
- python >=3.8
- pip
run:
- python
- python >=3.8
- deflate_dict >=1.0.8
- support_developer >=1.0.4

Expand Down
4 changes: 2 additions & 2 deletions recipes/downloaders/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ build:

requirements:
host:
- python
- python >=3.8
- pip
run:
- python
- python >=3.8
- tqdm
- requests
- pandas
Expand Down
4 changes: 2 additions & 2 deletions recipes/environments_utils/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ build:

requirements:
host:
- python
- python >=3.8
- pip
run:
- python
- python >=3.8

test:
imports:
Expand Down
4 changes: 2 additions & 2 deletions recipes/example/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ requirements:
# Compilers are named 'c', 'cxx' and 'fortran'.
- {{ compiler('c') }}
host:
- python
- python >=3.8
- pip
run:
- python
- python >=3.8

test:
# Some packages might need a `test/commands` key to check CLI.
Expand Down
8 changes: 4 additions & 4 deletions recipes/jaro-winkler/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ build:

requirements:
host:
- python
- python >=3.8
- pip
run:
- python
- python >=3.8

test:
imports:
Expand All @@ -31,8 +31,8 @@ test:
about:
home: https://github.com/richmilne/JaroWinkler
summary: 'Original, standard and customisable versions of the Jaro-Winkler functions.'
license: GPL-v3-or-later
license_family: MIT
license: GPL-3.0-or-later
license_family: GPL
license_file: jaro_winkler-{{ version }}.dist-info/LICENSE
dev_url: https://github.com/richmilne/JaroWinkler

Expand Down
4 changes: 2 additions & 2 deletions recipes/support_developer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ build:

requirements:
host:
- python
- python >=3.8
- pip
run:
- python
- python >=3.8

test:
imports:
Expand Down
4 changes: 2 additions & 2 deletions recipes/userinput/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ build:

requirements:
host:
- python
- python >=3.8
- pip
run:
- python
- python >=3.8
- validators
- validate_version_code
- validate_email
Expand Down
4 changes: 2 additions & 2 deletions recipes/validate_version_code/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ build:

requirements:
host:
- python
- python >=3.8
- pip
run:
- python
- python >=3.8

test:
imports:
Expand Down

0 comments on commit 1e1631b

Please sign in to comment.