Skip to content

Commit 00ec153

Browse files
committed
update conda recipe
1 parent 5c62d84 commit 00ec153

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

conda/build.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

conda/meta.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@ source:
88
git_rev: {{ version }}
99
git_url: https://github.com/maxibor/sourcepredict.git
1010

11+
build:
12+
number: 1
13+
skip: true # [win and py27 or win32]
14+
script: {{ PYTHON }} -m pip install . --no-deps -vv
15+
1116
requirements:
1217
build:
13-
- python 3.6.*
18+
- python
1419
- setuptools
20+
- pip
1521
run:
16-
- python 3.6.*
22+
- python
1723
- numpy >=1.16.4
1824
- pandas >=0.24.1
1925
- scikit-learn >=0.20.1

0 commit comments

Comments
 (0)