Skip to content

Commit

Permalink
MAINT conda yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Aug 24, 2017
1 parent 64bd46f commit f00b674
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/conda_deployement.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This script is used to build and upload package to conda cloud
# in an automatic manner
for pyv in {2.7,3.4,3.5,3.6} ; do
for pyv in {2.7,3.5,3.6} ; do
mkdir build_conda
conda build --python=$pyv --output-folder build_conda imbalanced-learn
conda convert --platform all build_conda/*.tar.bz2 \
Expand Down
6 changes: 4 additions & 2 deletions conda-recipe/imbalanced-learn/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: imbalanced-learn
version: "0.2.1"
version: "0.3.0"

source:
git_rev: 0.2.1
git_rev: 0.3.0
git_url: https://github.com/scikit-learn-contrib/imbalanced-learn.git

requirements:
Expand All @@ -23,6 +23,8 @@ test:
requires:
- nose
- coverage
- pytest
- pytest-cov
imports:
- imblearn

Expand Down

0 comments on commit f00b674

Please sign in to comment.