Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
meta.yaml 487 B
{% 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