Skip to content

Commit

Permalink
BLD: build conda packages for all Python versions
Browse files Browse the repository at this point in the history
Bump up the minimum required numpy.
  • Loading branch information
pavoljuhas committed Mar 14, 2019
1 parent e328098 commit 14583df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python:
- 3.7
- 3.6
- 3.5
- 2.7
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ build:

requirements:
build:
- python
- python {{ python }}
- setuptools
- six

run:
- python
- setuptools
- numpy >=1.3
- numpy >=1.11
- six

test:
Expand Down

0 comments on commit 14583df

Please sign in to comment.