Skip to content

Commit 77a46eb

Browse files
authored
Update scikit-learn to 1.6.1 (pyodide#5342)
1 parent 1154ed4 commit 77a46eb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: docs/project/changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ myst:
1919
### Packages
2020

2121
- Added `httpx` 0.28.1 {pr}`5302`
22+
- Upgraded `scikit-learn` to 1.6.1 {pr}`5342`
2223

2324
## Version 0.27.1
2425

Diff for: packages/scikit-learn/meta.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package:
22
name: scikit-learn
3-
version: 1.5.2
3+
version: 1.6.1
44
tag:
55
- min-scipy-stack
66
top-level:
77
- sklearn
88
source:
9-
url: https://files.pythonhosted.org/packages/37/59/44985a2bdc95c74e34fef3d10cb5d93ce13b0e2a7baefffe1b53853b502d/scikit_learn-1.5.2.tar.gz
10-
sha256: b4237ed7b3fdd0a4882792e68ef2545d5baa50aca3bb45aa7df468138ad8f94d
9+
url: https://files.pythonhosted.org/packages/9e/a5/4ae3b3a0755f7b35a280ac90b28817d1f380318973cff14075ab41ef50d9/scikit_learn-1.6.1.tar.gz
10+
sha256: b4fc2525eca2c69a59260f583c56a7557c6ccdf8deafdba6e060f94c1c59738e
1111

1212
build:
1313
cflags: -Wno-implicit-function-declaration

0 commit comments

Comments
 (0)