Skip to content

Commit

Permalink
update pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dominik committed Feb 26, 2020
1 parent 4994859 commit baee6ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
boost:
- 1.68.0
- 1.70.0
python:
- 3.7

pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requirements:
- boost-cpp {{ boost }}
- pybind11
run:
- python {{ python }}
- {{ pin_compatible("python") }}
- numpy >=1.12

test:
Expand Down

0 comments on commit baee6ef

Please sign in to comment.