diff --git a/recipes/recipes_emscripten/iminuit/recipe.yaml b/recipes/recipes_emscripten/iminuit/recipe.yaml index d8dc075bdee..326b4927f7c 100644 --- a/recipes/recipes_emscripten/iminuit/recipe.yaml +++ b/recipes/recipes_emscripten/iminuit/recipe.yaml @@ -1,10 +1,10 @@ context: name: iminuit - version: "2.31.1" + version: 2.31.1 package: - name: '${{ name|lower }}' - version: '${{ version }}' + name: ${{ name }} + version: ${{ version }} source: url: https://pypi.io/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{ version }}.tar.gz @@ -15,20 +15,21 @@ build: requirements: build: - - cross-python_${{ target_platform }} - - python - - pybind11 - - "${{ compiler('cxx') }}" - - cmake >=3.15 - - pip - - scikit-build-core + - cross-python_${{ target_platform }} + - cross-python-cmake_${{ target_platform }} + - python + - pybind11 + - ${{ compiler('cxx') }} + - cmake >=3.15 + - pip + - scikit-build-core host: - - python - - pybind11 + - python + - pybind11 run: - - python - - typing_extensions - - numpy + - python + - typing_extensions + - numpy about: homepage: https://github.com/scikit-hep/iminuit @@ -57,7 +58,7 @@ tests: files: recipe: - test_import_iminuit.py - + extra: recipe-maintainers: - - agoose77 + - agoose77