Skip to content
Open
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/reproject/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
context:
name: reproject
version: 0.19.0
version: 0.20.0

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

source:
- url: https://pypi.org/packages/source/r/reproject/reproject-${{ version }}.tar.gz
sha256: ba5d6ac9341258a9e270dc87805f3bd7409253ed73b47ae5fa68903b49c172c9
sha256: ef911a7dd0b7426290c61b5ae236789113f03499ec39bffc7021fb13a38d2459
patches:
- patches/no_dask_image.patch

build:
number: 2
number: 0
script: ${{ PYTHON }} -m pip install . ${{ PIP_ARGS }}

files:
Expand Down
Loading