Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zfit_interface recipe #23447

Merged
merged 5 commits into from
Jul 23, 2023
Merged
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
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