Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions recipes/recipes_emscripten/iminuit/recipe.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -57,7 +57,7 @@ tests:
files:
recipe:
- test_import_iminuit.py

extra:
recipe-maintainers:
- agoose77
- agoose77
Loading