Skip to content

Commit

Permalink
fix issues with meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndLen committed Apr 3, 2020
1 parent d575bb1 commit 966ad6b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions recipes/gbquality/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@ source:
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
noarch: python

requirements:
host:
- numpy
- pip
- python
- scikit-learn
- scipy
- python >=3.4
run:
- numpy
- python
- python >=3.4
- scikit-learn
- scipy

Expand Down

0 comments on commit 966ad6b

Please sign in to comment.