Files
pyzebra/conda-recipe/meta.yaml
Ivan Usov 583526e219
All checks were successful
pyzebra CI/CD pipeline / prepare (push) Successful in 2s
pyzebra CI/CD pipeline / test-env (push) Successful in 2m5s
pyzebra CI/CD pipeline / prod-env (push) Has been skipped
pyzebra CI/CD pipeline / cleanup (push) Successful in 1s
Simplify conda-recipe
2025-11-03 15:30:05 +01:00

36 lines
602 B
YAML

{% set data = load_setup_py_data() %}
package:
name: pyzebra
version: {{ data['version'] }}
source:
path: ..
build:
script: python setup.py install --single-version-externally-managed --record=record.txt
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