Skip to content

Commit

Permalink
Merge pull request #23447 from jonas-eschle/zfit_interface
Browse files Browse the repository at this point in the history
Add zfit_interface recipe
  • Loading branch information
ocefpaf committed Jul 23, 2023
2 parents 3968b4d + 711b4bc commit 5615368
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions recipes/zfit_interface/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "zfit_interface" %}
{% set version = "0.0.3" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/zfit_interface-{{ version }}.tar.gz
sha256: af7e8ed409f136187b2cd4def723504f9d619738668e963af388a79121239f74

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- python >=3.7
- setuptools >=42
- setuptools-scm >=3.4
- setuptools_scm_git_archive
- wheel
- pip
run:
- python >=3.7
- numpy
- typing-extensions
- uhi

test:
imports:
- zfit_interface
commands:
- pip check
requires:
- pip

about:
home: https://github.com/zfit/zfit-interface
summary: zfit model fitting interface for HEP
license: BSD-3-Clause
license_file: LICENSE

extra:
recipe-maintainers:
- jonas-eschle

0 comments on commit 5615368

Please sign in to comment.