Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/recipes_emscripten/scikit-bio/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
context:
name: scikit-bio
version: 0.7.2
version: 0.7.3

package:
name: ${{ name }}
version: ${{ version }}

source:
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/${{ name|replace('-','_') }}-${{ version }}.tar.gz
sha256: d0a991818882c88ca47d9f6441321a440439e1a8a6716a101a931d590c395fe8
sha256: 2492ebf2f6432d24c1030a0cd96d7708c2b57bc31b097a5ec838881792401ec5

build:
number: 1
number: 0
script: |
export DISABLE_OPENMP=1
${PYTHON} -m pip install . -vv --no-deps --no-build-isolation ${PIP_ARGS}
Expand Down