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