Skip to content

Commit 8bbe273

Browse files
committed
BUILD remove unecessary package and conda build noarch (#352)
1 parent d9c8c64 commit 8bbe273

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

conda-recipe/imbalanced-learn/meta.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ source:
66
git_rev: 0.3.0
77
git_url: https://github.com/scikit-learn-contrib/imbalanced-learn.git
88

9+
build:
10+
number: 1
11+
noarch: python
12+
913
requirements:
1014
build:
1115
- python
1216
- setuptools
13-
- numpy
14-
- scipy
15-
- scikit-learn
17+
1618
run:
1719
- python
18-
- numpy
19-
- scipy
20-
- scikit-learn
20+
- scikit-learn 0.19.*
2121

2222
test:
2323
requires:

0 commit comments

Comments
 (0)