Skip to content

Commit

Permalink
skip non-linux for allennlp-*
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jan 17, 2021
1 parent ebf0952 commit ac05036
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions recipes/allennlp-models/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ source:
sha256: 34c3beb30d26e49e0bd90b2b4913d5af0db785b4e654a3cbbc44efd334dc33e9

build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . -vv
skip: True # [not linux]

requirements:
host:
- python >=3.6.1
- python
- pip
run:
- python >=3.6.1
- python
- allennlp =={{ version }}
- conllu ==4.2.2
- ftfy
Expand Down
4 changes: 2 additions & 2 deletions recipes/allennlp-optuna/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ source:
sha256: f99501023a6f178ef1b370c65ef3b503cfbae1d960bc16b7c59da763d732ea96

build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . -vv
skip: True # [not linux]

requirements:
host:
- python
- pip
- poetry
run:
- python >=3.6.1
- python
- allennlp >=1.1
- optuna >=2.2,<3

Expand Down
6 changes: 3 additions & 3 deletions recipes/allennlp-semparse/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ source:
sha256: ffe539df692f4ae90d16a4b690b8203e596d0e2db71b8ef79dbf3614bbbcdc08

build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . -vv
skip: True # [not linux]

requirements:
host:
- python >=3.6.1
- python
- pip
run:
- python >=3.6.1
- python
- allennlp >=1.1,<2.0
- editdistance
- nltk
Expand Down

0 comments on commit ac05036

Please sign in to comment.