Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scikit-learn from 1.1.3 to 1.2.0 [emscripten-3.1.73] #1556

Open
wants to merge 1 commit into
base: emscripten-3.1.73
Choose a base branch
from
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,13 +1,13 @@
context:
version: 1.1.3
version: 1.2.0

package:
name: scikit-learn
version: ${{ version }}

source:
url: https://github.com/scikit-learn/scikit-learn/archive/${{ version }}.tar.gz
sha256: b7c0a9fb8dfcefcfc7ef8fe02a064d194980251d57efaea972cb76005afb3c63
sha256: 84ad05fbb8529856645344a81b01a0bbff8818493535de08a5e85b2054adc31a
patches:
- patches/patch_away_urllib.patch

Expand Down
Loading