pyzebra/conda-recipe/meta.yaml
2024-07-12 11:34:53 +02:00

35 lines
512 B
YAML

{% set data = load_setup_py_data() %}
package:
name: pyzebra
version: {{ data['version'] }}
source:
path: ..
build:
noarch: python
number: 0
entry_points:
- pyzebra = pyzebra.app.cli:main
requirements:
build:
- python >=3.8
- setuptools
run:
- python >=3.8
- numpy
- scipy
- h5py
- bokeh =2.4
- numba
- lmfit >=1.0.2
about:
home: https://gitlab.psi.ch/zebra/pyzebra
summary: {{ data['description'] }}
license: GNU GPLv3
license_file: LICENSE