diff --git a/recipes/badread/meta.yaml b/recipes/badread/meta.yaml index 478ad10262fac..e674afd96fc37 100644 --- a/recipes/badread/meta.yaml +++ b/recipes/badread/meta.yaml @@ -10,7 +10,7 @@ source: sha256: {{ sha256 }} build: - number: 0 + number: 1 noarch: python script: {{ PYTHON }} -m pip install . --no-deps -vv @@ -23,6 +23,7 @@ requirements: - pip - numpy - edlib + - python-edlib - matplotlib-base - scipy