Skip to content

Commit c9738d0

Browse files
committed
GR-43577: update scikit-learn to 1.1.3
- restrict cythnization to 1 thread (GR-43513)
1 parent dcf11a1 commit c9738d0

File tree

2 files changed

+561
-1
lines changed

2 files changed

+561
-1
lines changed

graalpython/lib-graalpython/modules/ginstall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def scikit_learn(**kwargs):
503503
joblib(**kwargs)
504504
threadpoolctl(**kwargs)
505505

506-
install_from_pypi("scikit-learn==1.0.2", env=scikit_learn_build_env, **kwargs)
506+
install_from_pypi("scikit-learn==1.1.3", env=scikit_learn_build_env, **kwargs)
507507

508508
@pip_package()
509509
def cycler(**kwargs):

0 commit comments

Comments
 (0)