Skip to content

Commit

Permalink
Add conda build config to explicitly specify Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frankong committed Jun 15, 2021
1 parent 449dc7f commit 350ab6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 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.6
- 3.7
- 3.8
- 3.9
8 changes: 4 additions & 4 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ source:

requirements:
host:
- python
- python {{ python }}
- setuptools
- numpy >=1.12
- numpy
- pywavelets
- numba
- scipy
- tqdm
run:
- python
- numpy >=1.12
- python {{ python }}
- numpy
- pywavelets
- numba
- scipy
Expand Down

0 comments on commit 350ab6a

Please sign in to comment.