Skip to content

Commit

Permalink
introduce bound:
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Dec 17, 2024
1 parent b1919bb commit 696ab19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ pybind11_abi:
pip:
- '24.0.*'
python:
- 3.13.* *_cpython
- 3.11.* *_cpython
# # part of a zip_keys: python, python_impl, numpy
# - 3.7.* *_cpython # [not (osx and arm64)]
# - 3.8.* *_cpython
Expand Down
4 changes: 2 additions & 2 deletions recipes/recipes/emscripten_emscripten-wasm32/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ outputs:
requirements:
build:
- curl
- python
- python >=3.11
- gettext-tools
run:
- python
- python >=3.11
- nodejs 16.*
run_exports:
- ${{ pin_subpackage('emscripten-abi', lower_bound='x.x.x', upper_bound='x.x.x') }}
Expand Down

0 comments on commit 696ab19

Please sign in to comment.