Skip to content

Commit 455a9c0

Browse files
committed
MAINT conda yaml
1 parent a451b47 commit 455a9c0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

conda-recipe/conda_deployement.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This script is used to build and upload package to conda cloud
44
# in an automatic manner
5-
for pyv in {2.7,3.4,3.5,3.6} ; do
5+
for pyv in {2.7,3.5,3.6} ; do
66
mkdir build_conda
77
conda build --python=$pyv --output-folder build_conda imbalanced-learn
88
conda convert --platform all build_conda/*.tar.bz2 \

conda-recipe/imbalanced-learn/meta.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package:
22
name: imbalanced-learn
3-
version: "0.2.1"
3+
version: "0.3.0"
44

55
source:
6-
git_rev: 0.2.1
6+
git_rev: 0.3.0
77
git_url: https://github.com/scikit-learn-contrib/imbalanced-learn.git
88

99
requirements:
@@ -23,6 +23,8 @@ test:
2323
requires:
2424
- nose
2525
- coverage
26+
- pytest
27+
- pytest-cov
2628
imports:
2729
- imblearn
2830

0 commit comments

Comments
 (0)