Skip to content

Commit

Permalink
BUILD remove unecessary package and conda build noarch (scikit-learn-…
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Oct 9, 2017
1 parent d9c8c64 commit 8bbe273
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions conda-recipe/imbalanced-learn/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ source:
git_rev: 0.3.0
git_url: https://github.com/scikit-learn-contrib/imbalanced-learn.git

build:
number: 1
noarch: python

requirements:
build:
- python
- setuptools
- numpy
- scipy
- scikit-learn

run:
- python
- numpy
- scipy
- scikit-learn
- scikit-learn 0.19.*

test:
requires:
Expand Down

0 comments on commit 8bbe273

Please sign in to comment.