Skip to content

Commit

Permalink
update conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Apr 15, 2020
1 parent 5c62d84 commit 00ec153
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 0 additions & 3 deletions conda/build.sh

This file was deleted.

10 changes: 8 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ source:
git_rev: {{ version }}
git_url: https://github.com/maxibor/sourcepredict.git

build:
number: 1
skip: true # [win and py27 or win32]
script: {{ PYTHON }} -m pip install . --no-deps -vv

requirements:
build:
- python 3.6.*
- python
- setuptools
- pip
run:
- python 3.6.*
- python
- numpy >=1.16.4
- pandas >=0.24.1
- scikit-learn >=0.20.1
Expand Down

0 comments on commit 00ec153

Please sign in to comment.