Code owners
Assign users and groups as approvers for specific file changes. Learn more.
{% set data = load_setup_py_data() %}
package:
name: pyzebra
version: {{ data['version'] }}
source:
path: ..
build:
number: 0
entry_points:
- pyzebra = pyzebra.cli:main
requirements:
build:
- python
- setuptools
run:
- python
- numpy
- scipy
- h5py
- bokeh
- lmfit
- uncertainties
about:
home: https://github.com/paulscherrerinstitute/pyzebra
summary: {{ data['description'] }}
license: GNU GPLv3
license_file: LICENSE