Skip to content

Commit baee6ef

Browse files
committed
update pinning
1 parent 4994859 commit baee6ef

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

conda-recipe/conda_build_config.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
boost:
2-
- 1.68.0
2+
- 1.70.0
33
python:
44
- 3.7
5+
6+
pin_run_as_build:
7+
python:
8+
min_pin: x.x
9+
max_pin: x.x

conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requirements:
2828
- boost-cpp {{ boost }}
2929
- pybind11
3030
run:
31-
- python {{ python }}
31+
- {{ pin_compatible("python") }}
3232
- numpy >=1.12
3333

3434
test:

0 commit comments

Comments
 (0)