Skip to content

Commit 14583df

Browse files
committed
BLD: build conda packages for all Python versions
Bump up the minimum required numpy.
1 parent e328098 commit 14583df

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

conda-recipe/conda_build_config.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
python:
2+
- 3.7
3+
- 3.6
4+
- 3.5
5+
- 2.7

conda-recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ build:
1616

1717
requirements:
1818
build:
19-
- python
19+
- python {{ python }}
2020
- setuptools
2121
- six
2222

2323
run:
2424
- python
2525
- setuptools
26-
- numpy >=1.3
26+
- numpy >=1.11
2727
- six
2828

2929
test:

0 commit comments

Comments
 (0)