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
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/scikit-learn/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: scikit-learn
version: 1.7.2
version: 1.8.0

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

source:
url: https://github.com/${{ name }}/${{ name }}/archive/${{ version }}.tar.gz
sha256: 363ca6f51164fce2ece13b59370ca4ec670a1b73188e0eb387f6ea99c2e2bf67
sha256: 603bff01ab8bd0a9de5a3ab0a9351b5d7f5594594cc070d763c537ecf397264f
patches:
- patches/0001-Patch-away-urllib.patch

Expand Down
Loading